We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shellcheck
1 parent 476b15e commit f3e29a4Copy full SHA for f3e29a4
.pre-commit-config.yaml
@@ -25,14 +25,13 @@ repos:
25
args: [--debug]
26
always_run: true
27
pass_filenames: false
28
- - repo: https://github.com/jumanjihouse/pre-commit-hooks
29
- rev: 2.1.3
+ - repo: https://github.com/shellcheck-py/shellcheck-py
+ rev: v0.7.1.1
30
hooks:
31
- id: shellcheck
32
name: Check shell scripts with shellcheck
33
files: ^.*\.(sh|bash|ksh)$
34
types: []
35
- args: []
36
- repo: https://github.com/adrienverge/yamllint
37
rev: v1.23.0
38
0 commit comments