From 9b7eda11d3ced9b581ab15d12604f0aea1945485 Mon Sep 17 00:00:00 2001 From: mhsn Date: Tue, 29 Apr 2025 08:36:33 +0100 Subject: remove shebang check from precommit --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba172ed..d7264f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,6 @@ repos: rev: v5.0.0 hooks: - id: check-executables-have-shebangs - - id: check-shebang-scripts-are-executable - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace -- cgit v1.2.3