mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 09:04:41 +04:00
Remove example_*, the docs do a better job.
This commit is contained in:
parent
f537b77808
commit
c8f19eb2e5
4 changed files with 0 additions and 35 deletions
|
|
@ -13,7 +13,6 @@ from testing.util import is_valid_according_to_schema
|
|||
@pytest.mark.parametrize(
|
||||
('input', 'expected_output'),
|
||||
(
|
||||
(['example_hooks.yaml'], 0),
|
||||
(['hooks.yaml'], 0),
|
||||
(['non_existent_file.yaml'], 1),
|
||||
([get_resource_path('valid_yaml_but_invalid_manifest.yaml')], 1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue