mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 10:16:54 +00:00
Merge 9f6eb9cd1b into f1dff44d3a
This commit is contained in:
commit
ef568bda94
3 changed files with 11 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ from testing.util import get_resource_path
|
|||
@pytest.mark.parametrize(
|
||||
('filename', 'expected_retval'), (
|
||||
('bad_yaml.notyaml', 1),
|
||||
('bad_encoding_yaml.yaml', 1),
|
||||
('ok_yaml.yaml', 0),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue