We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e3901 commit c97b4b7Copy full SHA for c97b4b7
.pre-commit-config.yaml
@@ -21,13 +21,13 @@ repos:
21
- id: check-github-actions
22
- id: check-readthedocs
23
- repo: https://github.com/rhysd/actionlint
24
- rev: v1.7.6
+ rev: v1.7.7
25
hooks:
26
- id: actionlint
27
additional_dependencies:
28
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@latest"
29
- repo: https://github.com/woodruffw/zizmor-pre-commit
30
- rev: v1.1.1
+ rev: v1.2.2
31
32
- id: zizmor
33
- repo: https://github.com/shellcheck-py/shellcheck-py
@@ -36,7 +36,7 @@ repos:
36
- id: shellcheck
37
args: ["--severity=style"]
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
- rev: v0.9.1
+ rev: v0.9.2
40
41
- id: ruff
42
args: ["--exit-non-zero-on-fix"]
0 commit comments