From b16dc70090bcd2e9a88889f47f89e7ce3752cdac Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 9 Feb 2023 10:08:17 +0100 Subject: [PATCH] Add pre-commit for executable --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: