pre-commit: add hook check-shebang-scripts-are-executable

chmod +x ./mrbgems/mruby-bin-config/mruby-config

https://github.com/pre-commit/pre-commit-hooks#check-shebang-scripts-are-executable
This commit is contained in:
John Bampton
2022-10-26 16:35:24 +10:00
parent 20617017df
commit 1d37f75add
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ repos:
- id: check-executables-have-shebangs
exclude: ^test/t/lang\.rb$
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-vcs-permalinks
- id: check-yaml
- id: detect-private-key
View File