diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7599d9..649436a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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