8000 [pre-commit.ci] pre-commit autoupdate (#275) · python-trio/flake8-async@f92d743 · GitHub
[go: up one dir, main page]

Skip to content

Commit f92d743

Browse files
[pre-commit.ci] pre-commit autoupdate (#275)
updates: - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](pre-commit/mirrors-mypy@v1.10.1...v1.11.0) - [github.com/RobertCraigie/pyright-python: v1.1.371 → v1.1.372](RobertCraigie/pyright-python@v1.1.371...v1.1.372) - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.2...v0.5.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c7708f6 commit f92d743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ repos:
3131
- id: isort
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.10.1
34+
rev: v1.11.0
3535
hooks:
3636
- id: mypy
3737

3838
- repo: https://github.com/RobertCraigie/pyright-python
39-
rev: v1.1.371
39+
rev: v1.1.372
4040
hooks:
4141
- id: pyright
4242
# ignore warnings about new version being available, no other warnings
@@ -78,7 +78,7 @@ repos:
7878
args: ['--markdown-linebreak-ext=md,markdown']
7979

8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: v0.5.2
81+
rev: v0.5.4
8282
hooks:
8383
- id: ruff
8484

0 commit comments

Comments
 (0)
0