diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8eeef468..583b76ed1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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