mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Add check for executability of scripts with shebangs
Closes https://github.com/pre-commit/pre-commit-hooks/issues/543
This commit is contained in:
parent
9e7cd9f13a
commit
391ae30a64
5 changed files with 151 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ console_scripts =
|
|||
check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main
|
||||
check-json = pre_commit_hooks.check_json:main
|
||||
check-merge-conflict = pre_commit_hooks.check_merge_conflict:main
|
||||
check-shebang-scripts-are-executable = pre_commit_hooks.check_executables_have_shebangs:main_reverse
|
||||
check-symlinks = pre_commit_hooks.check_symlinks:main
|
||||
check-toml = pre_commit_hooks.check_toml:main
|
||||
check-vcs-permalinks = pre_commit_hooks.check_vcs_permalinks:main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue