We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86520c7 + 71ef6e3 commit 62f4470Copy full SHA for 62f4470
1 file changed
.pre-commit-config.yaml
@@ -29,12 +29,12 @@ repos:
29
language_version: python3
30
31
- repo: https://github.com/asottile/add-trailing-comma
32
- rev: v3.2.0
+ rev: v4.0.0
33
hooks:
34
- id: add-trailing-comma
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.13.3
+ rev: v0.14.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.14.2
+ rev: v1.16.2
59
60
- id: zizmor
61
0 commit comments