Merge pull request #228 from dafyddj/chore/shellcheck-py

chore(shellcheck): switch hook for `shellcheck`
This commit is contained in:
Imran Iqbal 2021-02-21 08:04:25 +00:00 committed by GitHub
commit dbc3274fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,14 +25,13 @@ repos:
args: [--debug]
always_run: true
pass_filenames: false
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.3
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.1.1
hooks:
- id: shellcheck
name: Check shell scripts with shellcheck
files: ^.*\.(sh|bash|ksh)$
types: []
args: []
- repo: https://github.com/adrienverge/yamllint
rev: v1.23.0
hooks: