We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents badf76e + cbc63e6 commit 6cc3163Copy full SHA for 6cc3163
1 file changed
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
exclude: "_templates/layout.html"
24
25
- repo: https://github.com/psf/black-pre-commit-mirror
26
- rev: 26.1.0
+ rev: 26.3.1
27
hooks:
28
- id: black
29
language_version: python3
@@ -34,7 +34,7 @@ repos:
34
- id: add-trailing-comma
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.15.4
+ rev: v0.15.9
38
39
- id: ruff
40
@@ -55,7 +55,7 @@ repos:
55
- id: nb-strip-paths
56
57
- repo: https://github.com/woodruffw/zizmor-pre-commit
58
- rev: v1.22.0
+ rev: v1.23.1
59
60
- id: zizmor
61
0 commit comments