From 84ac2295cc307fcb7ec3dafd7cc302117dd54840 Mon Sep 17 00:00:00 2001 From: Jordan McClintock Date: Mon, 5 Feb 2024 16:30:31 +0000 Subject: [PATCH] chore: update yaml ignore path for pre commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fba071..30c2afa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: check-yaml exclude: | (?x)^( - charts/raw/templates/resources.yaml + chart/templates/uds-package.yaml )$ args: - "--allow-multiple-documents" @@ -40,7 +40,7 @@ repos: args: [ "--schemafile", - "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.29.1/zarf.schema.json", + "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.2/zarf.schema.json", "--no-cache" ] - repo: https://github.com/golangci/golangci-lint