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 | 9b7eda11d3ced9b581ab15d12604f0aea1945485 (patch) | |
tree | 821ae49d4f12771a6e9deded73b0904514110ca8 | |
parent | d5e3b22792c87706ff98a6e5713746c2a957cef3 (diff) | |
download | aoc-9b7eda11d3ced9b581ab15d12604f0aea1945485.tar.gz aoc-9b7eda11d3ced9b581ab15d12604f0aea1945485.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 |