Skip to content

Commit

Permalink
Merge pull request #168 from cisagov/improvement/switch_pre-commit_ho…
Browse files Browse the repository at this point in the history
…ok_for_shellcheck

Switch the pre-commit hook used to run `shellcheck`
  • Loading branch information
mcdonnnj authored Mar 6, 2024
2 parents 9020b55 + 035cf86 commit e79569c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ repos:
- --case-indent
# Redirect operators are followed by a space
- --space-redirects
- repo: https://github.com/detailyang/pre-commit-shell
rev: 1.0.5
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
hooks:
- id: shell-lint
- id: shellcheck

# Python hooks
- repo: https://github.com/PyCQA/bandit
Expand Down

0 comments on commit e79569c

Please sign in to comment.