diff options
author | mhsn <mail@mhsn.net> | 2025-04-29 08:36:33 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-04-29 08:36:33 +0100 |
commit | 127fe0ff9d9af6456ff4b4ac34b69a8ee0856080 (patch) | |
tree | 821ae49d4f12771a6e9deded73b0904514110ca8 | |
parent | c8748ada43f7ee9ca0e6a5fd29a00c1cdcb5f7a0 (diff) | |
download | aoc-127fe0ff9d9af6456ff4b4ac34b69a8ee0856080.tar.gz aoc-127fe0ff9d9af6456ff4b4ac34b69a8ee0856080.zip |
remove shebang check from precommit
-rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |