Add a checker for executables without shebangs

This commit is contained in:
Chris Kuehl 2017-07-02 21:00:28 -07:00
parent 4a457a725e
commit 13991f09d2
6 changed files with 93 additions and 0 deletions

View file

@ -39,6 +39,7 @@ setup(
'check-byte-order-marker = pre_commit_hooks.check_byte_order_marker:main',
'check-case-conflict = pre_commit_hooks.check_case_conflict:main',
'check-docstring-first = pre_commit_hooks.check_docstring_first:main',
'check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main',
'check-json = pre_commit_hooks.check_json:check_json',
'check-merge-conflict = pre_commit_hooks.check_merge_conflict:detect_merge_conflict',
'check-symlinks = pre_commit_hooks.check_symlinks:check_symlinks',