We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0fee4 commit 4d79053Copy full SHA for 4d79053
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-executables-have-shebangs
6
- id: check-toml
@@ -16,7 +16,7 @@ repos:
16
- id: auto-walrus
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.12.5
+ rev: v0.12.8
20
21
- id: ruff-check
22
- id: ruff-format
@@ -47,7 +47,7 @@ repos:
47
- id: validate-pyproject
48
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v1.15.0
+ rev: v1.17.1
51
52
- id: mypy
53
args:
0 commit comments