diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84001c45..22a18416 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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