Fix shellcheck pre-commit action #140
1 changed files with 3 additions and 4 deletions
|
@ -29,8 +29,7 @@ repos:
|
||||||
- id: gitlint
|
- id: gitlint
|
||||||
stages: [commit-msg]
|
stages: [commit-msg]
|
||||||
|
|
||||||
- repo: https://github.com/koalaman/shellcheck-precommit
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||||
rev: v0.9.0
|
rev: v0.9.0.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: shellcheck
|
- id: shellcheck
|
||||||
# args: ["--severity=warning"] # Optionally only show errors and warnings
|
|
||||||
|
|
Loading…
Reference in a new issue