chore: add shell pre-commit hooks
This commit is contained in:
parent
39d0f30506
commit
5c919989ea
|
@ -57,3 +57,8 @@ repos:
|
|||
hooks:
|
||||
- id: codespell
|
||||
additional_dependencies: [tomli]
|
||||
|
||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||
rev: v0.8.0.4
|
||||
hooks:
|
||||
- id: shellcheck
|
||||
|
|
Loading…
Reference in New Issue