diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb7be33..797b78a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,6 +23,8 @@ repos: - id: trailing-whitespace args: - --markdown-linebreak-ext=md + - id: check-executables-have-shebangs + - id: check-shebang-scripts-are-executable - repo: https://github.com/asottile/pyupgrade rev: v3.3.1 hooks: