Add yaml parser to precommit
This commit is contained in:
parent
830f16fc22
commit
ccca5e19d0
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ repos:
|
|||
# types: [json]
|
||||
- id: check-toml
|
||||
types: [toml]
|
||||
- id: check-yaml
|
||||
types: [yaml]
|
||||
# - id: check-xml
|
||||
# types: [xml]
|
||||
- id: end-of-file-fixer
|
||||
|
|
Reference in a new issue