diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df2c8247f8..a213d5dc21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,6 +54,11 @@ repos: - --simplify stages: [pre-commit] exclude: ^build/premake/premake5/ + - repo: https://github.com/shellcheck-py/shellcheck-py + rev: v0.10.0.1 + hooks: + - id: shellcheck + exclude: ^build/premake/premake5/ - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.41.0 hooks: