diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc05aee3..a2550ecb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,8 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.1.0 hooks: + - id: check-yaml + exclude: application-default.yaml - id: check-json - id: check-xml - id: check-merge-conflict