mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +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
|
|
@ -15,7 +15,6 @@ from testing.util import is_valid_according_to_schema
|
|||
@pytest.mark.parametrize(
|
||||
('input', 'expected_output'),
|
||||
(
|
||||
(['example_pre-commit-config.yaml'], 0),
|
||||
(['.pre-commit-config.yaml'], 0),
|
||||
(['non_existent_file.yaml'], 1),
|
||||
([get_resource_path('valid_yaml_but_invalid_config.yaml')], 1),
|
||||
|
|
|
|||
|
|
@ -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