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.
2 parents ada72d2 + 6e6a929 commit 314cd10Copy full SHA for 314cd10
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
# stages: [push]
22
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: "v1.17.1"
+ rev: "v1.18.1"
25
hooks:
26
- id: mypy
27
exclude: build_helpers
@@ -44,7 +44,7 @@ repos:
44
45
- repo: https://github.com/charliermarsh/ruff-pre-commit
46
# Ruff version.
47
- rev: 'v0.12.12'
+ rev: 'v0.13.0'
48
49
- id: ruff
50
- id: ruff-format
@@ -83,6 +83,6 @@ repos:
83
84
# Ensure github actions remain safe
85
- repo: https://github.com/woodruffw/zizmor-pre-commit
86
- rev: v1.12.1
+ rev: v1.13.0
87
88
- id: zizmor
0 commit comments