Add shellcheck pre-commit target
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>main
parent
c79933a830
commit
8976d8c34d
|
@ -8,6 +8,10 @@ repos:
|
|||
- id: check-yaml
|
||||
- id: check-symlinks
|
||||
- id: destroyed-symlinks
|
||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||
rev: v0.9.0.5
|
||||
hooks:
|
||||
- id: shellcheck
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: 22.6.0
|
||||
hooks:
|
||||
|
|
Loading…
Reference in New Issue