diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5060f04..1e31583 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,8 @@ repos: hooks: - id: check-ast - id: check-yaml + - id: check-executables-have-shebangs + - id: check-shebang-scripts-are-executable - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.5.1 hooks: