mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
[Delivers #183229025] Add duplicate entry and sort feature for json
Signed-off-by: Tanmay Pandey <tanmay@voereir.com>
This commit is contained in:
parent
78506ced37
commit
2331edcb1d
4 changed files with 112 additions and 27 deletions
|
|
@ -61,6 +61,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
|
||||
notify-duplicate-entry = pre_commit_hooks.notify_duplicate_entry: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