Skip to content

Commit b6773ac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.2](astral-sh/ruff-pre-commit@v0.5.7...v0.6.2) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
1 parent 18cce46 commit b6773ac

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.5.7'
4+
rev: 'v0.6.2'
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.1
53+
rev: v1.11.2
5454
hooks:
5555
- id: mypy
5656
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)