We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 268a872 + 81c103a commit 86520c7Copy full SHA for 86520c7
.pre-commit-config.yaml
@@ -22,8 +22,8 @@ repos:
22
types_or: [html]
23
exclude: "_templates/layout.html"
24
25
- - repo: https://github.com/psf/black
26
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
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.12.11
+ rev: v0.13.3
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.12.1
+ rev: v1.14.2
59
60
- id: zizmor
61
0 commit comments