summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-04-29 08:36:33 +0100
committermhsn <mail@mhsn.net>2025-04-29 08:36:33 +0100
commit9b7eda11d3ced9b581ab15d12604f0aea1945485 (patch)
tree821ae49d4f12771a6e9deded73b0904514110ca8
parentd5e3b22792c87706ff98a6e5713746c2a957cef3 (diff)
downloadaoc-9b7eda11d3ced9b581ab15d12604f0aea1945485.tar.gz
aoc-9b7eda11d3ced9b581ab15d12604f0aea1945485.zip
remove shebang check from precommit
-rw-r--r--.pre-commit-config.yaml1
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