Skip to content

Commit f3e29a4

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

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
@@ -25,14 +25,13 @@ repos:
2525
args: [--debug]
2626
always_run: true
2727
pass_filenames: false
28-
- repo: https://github.com/jumanjihouse/pre-commit-hooks
29-
rev: 2.1.3
28+
- repo: https://github.com/shellcheck-py/shellcheck-py
29+
rev: v0.7.1.1
3030
hooks:
3131
- id: shellcheck
3232
name: Check shell scripts with shellcheck
3333
files: ^.*\.(sh|bash|ksh)$
3434
types: []
35-
args: []
3635
- repo: https://github.com/adrienverge/yamllint
3736
rev: v1.23.0
3837
hooks:

0 commit comments

Comments
 (0)