diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6597441c79..80e2e366ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,8 @@ repos: - id: check-yaml - id: check-merge-conflict - id: check-symlinks + - id: check-executables-have-shebangs + - id: check-shebang-scripts-are-executable - repo: https://github.com/codespell-project/codespell rev: v2.2.5 hooks: