Skip to content

Commit bae7ab7

Browse files
[pre-commit.ci] pre-commit autoupdate (#276)
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/RobertCraigie/pyright-python: v1.1.372 → v1.1.373](RobertCraigie/pyright-python@v1.1.372...v1.1.373) - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f92d743 commit bae7ab7

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
@@ -19,7 +19,7 @@ repos:
1919
- id: autoflake
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.16.0
22+
rev: v3.17.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py39-plus]
@@ -36,7 +36,7 @@ repos:
3636
- id: mypy
3737

3838
- repo: https://github.com/RobertCraigie/pyright-python
39-
rev: v1.1.372
39+
rev: v1.1.373
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.4
81+
rev: v0.5.5
8282
hooks:
8383
- id: ruff
8484

0 commit comments

Comments
 (0)