From 0a39a523fc4af64937058d2ddff99f03bd24f770 Mon Sep 17 00:00:00 2001 From: saienduri <77521230+saienduri@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:42:40 -0800 Subject: [PATCH] allow multiple yaml docs in one for check-yaml --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f2be5cf6..e2e8d797f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml + args: ['--allow-multiple-documents'] - id: check-added-large-files - repo: https://github.com/psf/black rev: 22.10.0