From 1050dae2c96f71e024e063601112fdb9b450a335 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 9 Feb 2023 10:09:58 +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 7d89deb..c2efe35 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: