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