From 6265ef07aed9cdb26dffa63ac5d820bf4721b238 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 21 May 2025 10:17:02 -0400 Subject: [PATCH] pre-commit: exclude rpm/gating.yaml from check-yaml check-yaml for whatever reason doesn't like `!Policy` in rpm/gating.yaml. Signed-off-by: Lokesh Mandvekar --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c39aa733f0..2404bf35c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,7 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - id: check-yaml + exclude: rpm/gating.yaml - repo: https://github.com/codespell-project/codespell # Configuration for codespell is in .codespellrc rev: v2.4.1