mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
Rename file causing check-json to fail
- `mv duplicated_key_json.{json,notjson}`
- change reference to the file in `tests/check_json_test.py`
Fixes #600
This commit is contained in:
parent
9cc62e1a63
commit
fed8b6debb
2 changed files with 1 additions and 1 deletions
4
testing/resources/duplicate_key_json.notjson
Normal file
4
testing/resources/duplicate_key_json.notjson
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"hello": "world",
|
||||
"hello": "planet"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue