From cf929e186c08951767580721b541e4a7b3112664 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 16 Jul 2024 13:57:24 -0400 Subject: [PATCH] cicd: allow missing credentials --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6bb6133..eb5fd42c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,7 @@ repos: - id: end-of-file-fixer - id: check-merge-conflict - id: detect-aws-credentials + args: [ --allow-missing-credentials ] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.5.0 hooks: