From 38a35eebb58e65e30bb2a86fc11e343397e76ed8 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 16 Jul 2024 14:50:39 -0400 Subject: [PATCH] cicd: allow missing credentials (#291) --- .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: