Skip to content

Commit

Permalink
chore(shellcheck): switch hook for shellcheck [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#295
  • Loading branch information
dafyddj authored and myii committed Feb 21, 2021
1 parent 64172a6 commit b3f497e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ repos:
stages: [manual]
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
always_run: true
- 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:
Expand Down

0 comments on commit b3f497e

Please sign in to comment.