Project: Add ShellCheck to pre-commit hooks

PR #2219
This commit is contained in:
Kekoa Kaaikala 2022-08-25 14:35:25 +00:00 committed by Mike Salvatore
parent fd502a832a
commit b622cb18bc
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ repos:
- id: mypy
additional_dependencies: [types-paramiko, types-python-dateutil, types-requests]
args: [--ignore-missing-imports]
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.7.2
hooks:
- id: shellcheck
- repo: local
hooks:
- id: pytest