Skip to content

Commit 01720ab

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.4...v0.9.7) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent 40e7772 commit 01720ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
args: ['--fix=lf']
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.9.4
23+
rev: v0.9.7
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --unsafe-fixes, --exit-non-zero-on-fix]
@@ -32,7 +32,7 @@ repos:
3232
- id: check-json5
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.14.1
35+
rev: v1.15.0
3636
hooks:
3737
- id: mypy
3838
additional_dependencies:

0 commit comments

Comments
 (0)