Skip to content

Commit 82c3896

Browse files
authored
Update .pre-commit-config.yaml
1 parent 9208771 commit 82c3896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ repos:
4040
hooks:
4141
- id: yamllint
4242

43-
# Shell script linting with shellcheck
44-
- repo: https://github.com/koalaman/shellcheck-precommit
45-
rev: v0.11.0
43+
# Shell script linting with shellcheck (no docker dependency)
44+
- repo: https://github.com/shellcheck-py/shellcheck-py
45+
rev: v0.10.0.1
4646
hooks:
4747
- id: shellcheck
4848
files: \.sh$

0 commit comments

Comments
 (0)