Skip to content

Commit 61ac912

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.11...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
1 parent 35aeb8a commit 61ac912

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: 'v0.11.11'
3+
rev: 'v0.12.2'
44
hooks:
55
- id: ruff-format
66
exclude: tests/fixtures/.*
@@ -46,7 +46,7 @@ repos:
4646
- id: detect-secrets
4747
additional_dependencies: [ "gibberish-detector" ]
4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.15.0
49+
rev: v1.16.1
5050
hooks:
5151
- id: mypy
5252
args: [ --no-strict-optional, --ignore-missing-imports ]

0 commit comments

Comments
 (0)