mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Add hook for checking python modules
This commit is contained in:
parent
76c604c9fb
commit
1722bd0ce2
5 changed files with 71 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -41,6 +41,7 @@ setup(
|
|||
'check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main', # noqa: E501
|
||||
'check-json = pre_commit_hooks.check_json:main',
|
||||
'check-merge-conflict = pre_commit_hooks.check_merge_conflict:main', # noqa: E501
|
||||
'check-python-modules = pre_commit_hooks.check_python_modules:main', # noqa: E501
|
||||
'check-symlinks = pre_commit_hooks.check_symlinks:main',
|
||||
'check-vcs-permalinks = pre_commit_hooks.check_vcs_permalinks:main', # noqa: E501
|
||||
'check-xml = pre_commit_hooks.check_xml:main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue