mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Add print-message pre-commit hook
This commit is contained in:
parent
2f1e5e2abf
commit
88ff7b12f2
4 changed files with 64 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -57,6 +57,7 @@ setup(
|
|||
'mixed-line-ending = pre_commit_hooks.mixed_line_ending:main',
|
||||
'name-tests-test = pre_commit_hooks.tests_should_end_in_test:validate_files',
|
||||
'no-commit-to-branch = pre_commit_hooks.no_commit_to_branch:main',
|
||||
'print-message = pre_commit_hooks.print_message:main',
|
||||
'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',
|
||||
'requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:fix_requirements_txt',
|
||||
'sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue