aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-08-13 20:09:03 +0100
committerGravatar Chris Lovering <[email protected]>2023-08-14 11:44:04 +0100
commitd4aff5367fa2bc2b6b82eedd7caeffdd27a47d07 (patch)
tree5dd45c873a2ed9f59bb88802e51133a221e36c1d
parentCopy all files from kubernetes repo into this one (diff)
Ignore secrets files in pre-commit hooks
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
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