We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3bebc8 + b055ce9 commit 7e7cae8Copy full SHA for 7e7cae8
3 files changed
.github/dependabot.yml
@@ -13,3 +13,5 @@ updates:
13
github-actions:
14
patterns:
15
- '*'
16
+ cooldown:
17
+ default-days: 7
.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: 25.9.0
+ rev: 25.11.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.14.3
+ rev: v0.14.7
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.16.2
+ rev: v1.18.0
59
60
- id: zizmor
61
zizmor.yml
@@ -0,0 +1,3 @@
1
+rules:
2
+ obfuscation:
3
+ disable: true
0 commit comments