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 2b729c2 + 659509e commit 6d8fa76Copy full SHA for 6d8fa76
.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.18.2"
+ rev: "v1.19.0"
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.14.6'
+ rev: 'v0.14.7'
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.16.3
+ rev: v1.18.0
87
88
- id: zizmor
0 commit comments