diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9725b12..d1f9ee9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,7 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker - id: trailing-whitespace +- repo: https://github.com/shellcheck-py/shellcheck-py + rev: v0.10.0.1 + hooks: + - id: shellcheck