From 8e6a110aac3bc2332b202d82442216cb8aa352b9 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 30 Dec 2024 17:49:50 +0200 Subject: [PATCH] chore(ci): pre-commit - detect-aws-creds --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f2eb94..e912507 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,7 @@ repos: rev: v5.0.0 hooks: - id: requirements-txt-fixer + - id: detect-aws-credentials - id: detect-private-key - id: trailing-whitespace args: [--markdown-linebreak-ext=md]