allow multi-document YAML in check-yaml pre-commit hook

This commit is contained in:
Adil Hafeez 2026-03-16 11:54:02 -07:00
parent 1d4d212c4c
commit 2c258de6b9
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -4,6 +4,7 @@ repos:
hooks:
- id: check-yaml
exclude: config/envoy.template*
args: [--allow-multiple-documents]
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: local