From 4991ce3c9053a054ad124cbde0db38c65c39be94 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 23 Mar 2026 08:47:32 +0200 Subject: [PATCH] Check shebang scripts are executable --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af1bc82ce..690756ce7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,10 +7,10 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - # - id: check-executables-have-shebangs - id: check-added-large-files - id: check-case-conflict - id: check-json + - id: check-shebang-scripts-are-executable - id: check-toml - id: trailing-whitespace - id: end-of-file-fixer