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 <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar
2025-05-21 10:17:02 -04:00
parent 50379429ca
commit 6265ef07ae

View File

@@ -21,6 +21,7 @@ repos:
- id: check-executables-have-shebangs - id: check-executables-have-shebangs
- id: check-merge-conflict - id: check-merge-conflict
- id: check-yaml - id: check-yaml
exclude: rpm/gating.yaml
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
# Configuration for codespell is in .codespellrc # Configuration for codespell is in .codespellrc
rev: v2.4.1 rev: v2.4.1