[Delivers #183229025] Add duplicate entry and sort feature for json

Signed-off-by: Tanmay Pandey <tanmay@voereir.com>
This commit is contained in:
Tanmay Pandey 2022-09-15 11:25:52 +05:30
parent 78506ced37
commit 2331edcb1d
4 changed files with 112 additions and 27 deletions

View file

@ -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