mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2025-08-14 01:00:21 +08:00
Merge pull request #211 from pre-commit/check-executables-have-shebangs
Add a checker for executables without shebangs
This commit is contained in:
1
setup.py
1
setup.py
@ -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',
|
||||
|
Reference in New Issue
Block a user