Add check-shebang-scripts-are-executable to pre-commit

This commit is contained in:
Hugo van Kemenade 2024-01-29 18:37:24 +02:00
parent 529487c244
commit 866c26957d

View File

@ -32,6 +32,7 @@ repos:
rev: v4.5.0
hooks:
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: check-merge-conflict
- id: check-json
- id: check-toml