From 517e2ce9062cd5ab7efe7a801416c24ebb94a096 Mon Sep 17 00:00:00 2001 From: Joe Shannon Date: Fri, 8 Mar 2024 15:58:44 +0000 Subject: [PATCH] Add back exclude for helm yaml lint --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5a4cbf7b4..4af381a0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: check-added-large-files - id: check-yaml + exclude: ^helm\/.*\/templates\/.*|catalog-info.yaml - id: check-merge-conflict - repo: local