Add check-executables-have-shebangs and check-shebang-scripts-are-executable pre-commit hooks (#5)
Some checks failed
Release / Create release (push) Failing after 43s
Some checks failed
Release / Create release (push) Failing after 43s
Add check-executables-have-shebangs and check-shebang-scripts-are-executable pre-commit hooks
This commit is contained in:
parent
62a2df0ebc
commit
87c055186f
@ -40,6 +40,10 @@ repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
- id: check-executables-have-shebangs
|
||||
stages: ["commit"]
|
||||
- id: check-shebang-scripts-are-executable
|
||||
stages: ["commit"]
|
||||
- id: check-merge-conflict
|
||||
- id: check-json
|
||||
stages: ["push"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user