Skip to content

Commit 49b5e26

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) - [github.com/RobertCraigie/pyright-python: v1.1.390 → v1.1.391](RobertCraigie/pyright-python@v1.1.390...v1.1.391)
1 parent bd48157 commit 49b5e26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.8.3
12+
rev: v0.8.4
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.0
29+
rev: v3.19.1
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py39-plus]
@@ -38,14 +38,14 @@ repos:
3838
- id: isort
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.13.0
41+
rev: v1.14.0
4242
hooks:
4343
- id: mypy
4444
# uses py311 syntax, mypy configured for py39
4545
exclude: tests/eval_files/.*_py311.py
4646

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

0 commit comments

Comments
 (0)