Skip to content

Commit 3edd480

Browse files
[pre-commit.ci] pre-commit autoupdate (#386)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.10...v0.11.11) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/RobertCraigie/pyright-python: v1.1.400 → v1.1.401](RobertCraigie/pyright-python@v1.1.400...v1.1.401) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3187066 commit 3edd480

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
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.11.10
12+
rev: v0.11.11
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
@@ -26,7 +26,7 @@ repos:
2626
- id: autoflake
2727

2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.19.1
29+
rev: v3.20.0
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py39-plus]
@@ -45,7 +45,7 @@ repos:
4545
exclude: tests/(eval|autofix)_files/.*_py(310|311).py
4646

4747
- repo: https://github.com/RobertCraigie/pyright-python
48-
rev: v1.1.400
48+
rev: v1.1.401
4949
hooks:
5050
- id: pyright
5151
# ignore warnings about new version being available, no other warnings

0 commit comments

Comments
 (0)