mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 03:06:54 +00:00
Merge 20792c1e1f into cef0300fd0
This commit is contained in:
commit
25c2f6786b
3 changed files with 79 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ def test_parse_num_to_int():
|
|||
('unsorted_pretty_formatted_json.json', 1),
|
||||
('non_ascii_pretty_formatted_json.json', 1),
|
||||
('pretty_formatted_json.json', 0),
|
||||
('float_formatting.json', 0),
|
||||
),
|
||||
)
|
||||
def test_main(filename, expected_retval):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue