Skip to content

Commit cd60912

Browse files
dafyddjmyii
authored andcommitted
chore(shellcheck): switch hook for shellcheck [skip ci]
* Automated using myii/ssf-formula#295
1 parent 123d13e commit cd60912

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ repos:
1717
stages: [manual]
1818
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
1919
always_run: true
20-
- repo: https://github.com/jumanjihouse/pre-commit-hooks
21-
rev: 2.1.3
20+
- repo: https://github.com/shellcheck-py/shellcheck-py
21+
rev: v0.7.1.1
2222
hooks:
2323
- id: shellcheck
2424
name: Check shell scripts with shellcheck
2525
files: ^.*\.(sh|bash|ksh)$
2626
types: []
27-
args: []
2827
- repo: https://github.com/adrienverge/yamllint
2928
rev: v1.23.0
3029
hooks:

0 commit comments

Comments
 (0)