We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ded55b8 + 3ea03f0 commit 7923917Copy full SHA for 7923917
2 files changed
.github/dependabot.yml
@@ -9,3 +9,5 @@ updates:
9
interval: "daily"
10
labels:
11
- "Bot"
12
+ cooldown:
13
+ default-days: 7
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
files: requirements-dev.txt
15
16
- repo: https://github.com/keewis/blackdoc
17
- rev: v0.4.5
+ rev: v0.4.6
18
hooks:
19
- id: blackdoc
20
@@ -39,7 +39,7 @@ repos:
39
- id: add-trailing-comma
40
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.14.3
+ rev: v0.14.7
43
44
- id: ruff
45
args: ["--fix", "--show-fixes"]
@@ -62,12 +62,12 @@ repos:
62
- id: nb-strip-paths
63
64
- repo: https://github.com/tox-dev/pyproject-fmt
65
- rev: v2.11.0
+ rev: v2.11.1
66
67
- id: pyproject-fmt
68
69
- repo: https://github.com/woodruffw/zizmor-pre-commit
70
- rev: v1.16.2
+ rev: v1.18.0
71
72
- id: zizmor
73
0 commit comments