From e19b3679d152f43e7e6e17289f42685ec2ecd858 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 8 Mar 2026 11:09:29 -0700 Subject: [PATCH] Chore: widen xxxxx detect-secrets allowlist --- .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 6fcc25e7279..95421eb071d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: - --exclude-lines - 'env: \{ MISTRAL_API_K[E]Y: "sk-\.\.\." \},' - --exclude-lines - - '"ap[i]Key": "xxxxx",' + - '"ap[i]Key": "xxxxx"(,)?' - --exclude-lines - 'ap[i]Key: "A[I]za\.\.\.",' # Shell script linting