From 0ee17a5989aae5af678858dd1c53d48dd590c180 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 10 Oct 2022 15:14:52 -0400 Subject: .pre-commit-config.yaml - configure check-yaml --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2bcc0c3b..da7df0e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,6 +10,8 @@ repos: - id: check-added-large-files - id: check-case-conflict - id: check-yaml + args: [--allow-multiple-documents] + exclude: ^(.clang-tidy) - id: check-json #- repo: https://github.com/pre-commit/mirrors-clang-format # rev: v13.0.0 -- cgit v1.2.1