Add yaml parser to precommit

This commit is contained in:
Gabriel Augendre 2020-11-24 22:11:13 +01:00
parent 830f16fc22
commit ccca5e19d0
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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