Skip to content

Commit 823207b

Browse files
committed
Enable "check-shebang-scripts-are-executable" pre-commit hook and apply fixes
1 parent 86e4cae commit 823207b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repos:
1212
- id: check-executables-have-shebangs
1313
- id: check-json
1414
- id: check-merge-conflict
15+
- id: check-shebang-scripts-are-executable
1516
- id: check-toml
1617
- id: check-yaml
1718
args: ["--allow-multiple-documents"]

traccheck.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)