From d4aff5367fa2bc2b6b82eedd7caeffdd27a47d07 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sun, 13 Aug 2023 20:09:03 +0100 Subject: Ignore secrets files in pre-commit hooks --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ecc748..0692efd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,4 @@ +exclude: (secrets?\.ya?ml)|(ghcr-pull-secrets\.yaml)$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 -- cgit v1.2.3