From ce6f2e286a43611becf0b540bd030690e266c95c Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 10 Oct 2024 22:04:22 +0200 Subject: [PATCH] Update pre-commit hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c261ae..42d1556 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: rev: v0.13.0 hooks: - id: yamlfmt - exclude: (^charts/|^secrets/) + exclude: '^charts/|^secrets.*' - repo: local hooks: - id: check-sops-secrets