nocommit pre-hook

This commit is contained in:
Manu Raghavan 2020-06-09 20:32:40 +00:00
parent f0bf512dbb
commit d3cb871783
5 changed files with 33 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[metadata]
name = pre_commit_hooks
version = 3.1.0
version = 3.2.0
description = Some out-of-the-box hooks for pre-commit.
long_description = file: README.md
long_description_content_type = text/markdown
@ -52,6 +52,7 @@ console_scripts =
forbid-new-submodules = pre_commit_hooks.forbid_new_submodules:main
mixed-line-ending = pre_commit_hooks.mixed_line_ending:main
name-tests-test = pre_commit_hooks.tests_should_end_in_test:main
no-commit-keywords = pre_commit_hooks.no_commit_keywords:main
no-commit-to-branch = pre_commit_hooks.no_commit_to_branch:main
pre-commit-hooks-removed = pre_commit_hooks.removed:main
pretty-format-json = pre_commit_hooks.pretty_format_json:main