We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e79ea commit bb01516Copy full SHA for bb01516
.pre-commit-config.yaml
@@ -11,12 +11,12 @@ repos:
11
- id: black
12
exclude: '^(test-data/)'
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.9.10
+ rev: v0.11.4
15
hooks:
16
- id: ruff
17
args: [--exit-non-zero-on-fix]
18
- repo: https://github.com/python-jsonschema/check-jsonschema
19
- rev: 0.31.0
+ rev: 0.32.1
20
21
- id: check-github-workflows
22
- id: check-github-actions
@@ -43,7 +43,7 @@ repos:
43
# but the integration only works if shellcheck is installed
44
- "github.com/wasilibs/go-shellcheck/cmd/[email protected]"
45
- repo: https://github.com/woodruffw/zizmor-pre-commit
46
- rev: v1.0.1
+ rev: v1.5.2
47
48
- id: zizmor
49
- repo: local
0 commit comments