From 2c258de6b9ad65f8ef82b6d61359410fdb0fa4f6 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Mon, 16 Mar 2026 11:54:02 -0700 Subject: [PATCH] allow multi-document YAML in check-yaml pre-commit hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) 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