Skip to content

Commit 0fa4976

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.6.2](astral-sh/ruff-pre-commit@v0.5.5...v0.6.2) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.2](pre-commit/mirrors-mypy@v1.11.0...v1.11.2)
1 parent 0af2949 commit 0fa4976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.5.5
23+
rev: v0.6.2
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.11.0
35+
rev: v1.11.2
3636
hooks:
3737
- id: mypy
3838
additional_dependencies:

0 commit comments

Comments
 (0)