From 29ab7fe9645ae7c13693c7b014f45467966f48ca Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Wed, 17 Apr 2024 21:03:19 +0000 Subject: [PATCH] Set check-yaml syntax instead of ignoring --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d007580d2..0d37991a2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-symlinks - id: check-xml - id: check-yaml - exclude: .*/rosdoc2\.yaml$ + args: ["--allow-multiple-documents"] - id: debug-statements - id: end-of-file-fixer - id: mixed-line-ending