Skip to content

Commit 9fb0347

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.1](astral-sh/ruff-pre-commit@v0.6.9...v0.7.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
1 parent efab98d commit 9fb0347

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
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.6.9'
4+
rev: 'v0.7.1'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -50,7 +50,7 @@ repos:
5050
args: ['--baseline', '.secrets.baseline']
5151
additional_dependencies: ["gibberish-detector"]
5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v1.11.2
53+
rev: v1.13.0
5454
hooks:
5555
- id: mypy
5656
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)