mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Add check-docstring-first hook.
This commit is contained in:
parent
7a5a46a1dc
commit
53f1dc0163
5 changed files with 142 additions and 4 deletions
3
setup.py
3
setup.py
|
|
@ -37,8 +37,9 @@ setup(
|
|||
entry_points={
|
||||
'console_scripts': [
|
||||
'autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main',
|
||||
'check-json = pre_commit_hooks.check_json:check_json',
|
||||
'check-added-large-files = pre_commit_hooks.check_added_large_files:main',
|
||||
'check-docstring-first = pre_commit_hooks.check_docstring_first:main',
|
||||
'check-json = pre_commit_hooks.check_json:check_json',
|
||||
'check-yaml = pre_commit_hooks.check_yaml:check_yaml',
|
||||
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:debug_statement_hook',
|
||||
'end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:end_of_file_fixer',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue