We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9208771 commit 82c3896Copy full SHA for 82c3896
1 file changed
.pre-commit-config.yaml
@@ -40,9 +40,9 @@ repos:
40
hooks:
41
- id: yamllint
42
43
- # Shell script linting with shellcheck
44
- - repo: https://github.com/koalaman/shellcheck-precommit
45
- rev: v0.11.0
+ # Shell script linting with shellcheck (no docker dependency)
+ - repo: https://github.com/shellcheck-py/shellcheck-py
+ rev: v0.10.0.1
46
47
- id: shellcheck
48
files: \.sh$
0 commit comments