Skip to content

Commit 53fa32e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.10...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent ffaeecc commit 53fa32e

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
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: 'v0.11.10'
43+
rev: 'v0.11.12'
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]
@@ -64,7 +64,7 @@ repos:
6464
- flake8-super
6565
- flake8-use-fstring
6666
- repo: https://github.com/pre-commit/mirrors-mypy
67-
rev: v1.15.0
67+
rev: v1.16.0
6868
hooks:
6969
- id: mypy
7070
args: [--strict]

0 commit comments

Comments
 (0)