diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 199a62b6b..7a553388a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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