From 66f1df580955192119b42d8b73d474f5ff4a8973 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Tue, 2 Jan 2024 19:20:45 -0500 Subject: [PATCH] Allow multiple documents in single yaml file --- {{cookiecutter.project_slug}}/.pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml index 6535f3a..1b1aff1 100644 --- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml @@ -6,6 +6,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml + args: [--allow-multiple-documents] - id: check-added-large-files - id: debug-statements - repo: https://github.com/shellcheck-py/shellcheck-py