mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
nocommit pre-hook
This commit is contained in:
parent
f0bf512dbb
commit
d3cb871783
5 changed files with 33 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue