diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f517e8ae2..d109fecca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,3 +16,7 @@ repos: rev: v2.17.2 hooks: - id: pylint +- repo: https://github.com/jumanjihouse/pre-commit-hooks + rev: 3.0.0 + hooks: + - id: shellcheck