From d99d14e9341edddf9c2c250cceaa4b3be0cc534f Mon Sep 17 00:00:00 2001 From: Jacob Filik Date: Thu, 15 Aug 2024 13:54:21 +0000 Subject: [PATCH] dont check yaml in templates folder --- xas-standards-api/.pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/xas-standards-api/.pre-commit-config.yaml b/xas-standards-api/.pre-commit-config.yaml index 6bbed96..05b93f6 100644 --- a/xas-standards-api/.pre-commit-config.yaml +++ b/xas-standards-api/.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