Skip to content

Commit e79569c

Browse files
authored
Merge pull request #168 from cisagov/improvement/switch_pre-commit_hook_for_shellcheck
Switch the pre-commit hook used to run `shellcheck`
2 parents 9020b55 + 035cf86 commit e79569c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ repos:
115115
- --case-indent
116116
# Redirect operators are followed by a space
117117
- --space-redirects
118-
- repo: https://github.com/detailyang/pre-commit-shell
119-
rev: 1.0.5
118+
- repo: https://github.com/shellcheck-py/shellcheck-py
119+
rev: v0.9.0.6
120120
hooks:
121-
- id: shell-lint
121+
- id: shellcheck
122122

123123
# Python hooks
124124
- repo: https://github.com/PyCQA/bandit

0 commit comments

Comments
 (0)