We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded55b8 commit 79bcf2aCopy full SHA for 79bcf2a
1 file changed
.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