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

Add check-executables-have-shebangs and
check-shebang-scripts-are-executable pre-commit hooks
This commit is contained in:
Eugene
2024-04-13 22:53:44 +09:00
committed by GitHub
parent 62a2df0ebc
commit 87c055186f
2 changed files with 5 additions and 1 deletions

View File

@@ -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"]