Skip to content

Commit 1fa764f

Browse files
pre-commit-ci[bot]jakkdl
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2) - [github.com/RobertCraigie/pyright-python: v1.1.354 → v1.1.355](RobertCraigie/pyright-python@v1.1.354...v1.1.355) - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.3...v0.3.4)
1 parent 8719f3f commit 1fa764f

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.15.1
22+
rev: v3.15.2
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.354
39+
rev: v1.1.355
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.3.3
81+
rev: v0.3.4
8282
hooks:
8383
- id: ruff
8484

0 commit comments

Comments
 (0)