mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +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
|
|
@ -191,3 +191,8 @@
|
|||
language: python
|
||||
types: [text]
|
||||
stages: [commit, push, manual]
|
||||
- id: notify-duplicate-entry
|
||||
name: Notify duplicate entry
|
||||
description: Notifies duplicate entry in the same file
|
||||
entry: notify-duplicate-entry
|
||||
language: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue