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 123d13e commit cd60912Copy full SHA for cd60912
.pre-commit-config.yaml
@@ -17,14 +17,13 @@ repos:
17
stages: [manual]
18
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
19
always_run: true
20
- - repo: https://github.com/jumanjihouse/pre-commit-hooks
21
- rev: 2.1.3
+ - repo: https://github.com/shellcheck-py/shellcheck-py
+ rev: v0.7.1.1
22
hooks:
23
- id: shellcheck
24
name: Check shell scripts with shellcheck
25
files: ^.*\.(sh|bash|ksh)$
26
types: []
27
- args: []
28
- repo: https://github.com/adrienverge/yamllint
29
rev: v1.23.0
30
0 commit comments