mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Started implementing manifest validating
This commit is contained in:
parent
e06392134b
commit
3945f84e3f
11 changed files with 237 additions and 0 deletions
1
tests/data/non_parseable_yaml_file.yaml
Normal file
1
tests/data/non_parseable_yaml_file.yaml
Normal file
|
|
@ -0,0 +1 @@
|
|||
foo: "
|
||||
1
tests/data/valid_yaml_but_invalid_manifest.yaml
Normal file
1
tests/data/valid_yaml_but_invalid_manifest.yaml
Normal file
|
|
@ -0,0 +1 @@
|
|||
foo: bar
|
||||
Loading…
Add table
Add a link
Reference in a new issue