We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef3606 commit 32e2e6dCopy full SHA for 32e2e6d
1 file changed
.pre-commit-config.yaml
@@ -49,8 +49,8 @@ repos:
49
- id: ruff-format
50
types_or: [ python, pyi ]
51
# Shell script linter
52
- - repo: https://github.com/koalaman/shellcheck-precommit
53
- rev: v0.11.0
+ - repo: https://github.com/shellcheck-py/shellcheck-py
+ rev: v0.11.0.1
54
hooks:
55
- id: shellcheck
56
0 commit comments