We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f461e5 commit 999f3eaCopy full SHA for 999f3ea
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.1
+ rev: v0.4.3
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.12.11
+ rev: v0.13.3
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.6.0
+ rev: v2.7.0
66
67
- id: pyproject-fmt
68
69
- repo: https://github.com/woodruffw/zizmor-pre-commit
70
- rev: v1.12.1
+ rev: v1.14.2
71
72
- id: zizmor
73
0 commit comments