Skip to content

Commit

Permalink
Merge pull request #714 from VWS-Python/shellcheck-pre-commit
Browse files Browse the repository at this point in the history
Add shellcheck pre-commit hook
  • Loading branch information
adamtheturtle committed Sep 8, 2024
2 parents 04408b6 + b096864 commit f6ab41d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ repos:
- id: file-contents-sorter
files: spelling_private_dict\.txt$
- id: trailing-whitespace
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck
args: ["--shell", "bash"]
- repo: local
hooks:
- id: actionlint
Expand Down

0 comments on commit f6ab41d

Please sign in to comment.