From 9d867a6b26a17878e02709a723165546e0630c1f Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Tue, 26 Sep 2023 06:35:39 +0200 Subject: [PATCH] Remove non-useful aws-credential from precommit --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00f7a5bc..79dadcd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,6 @@ repos: - id: check-toml - id: check-yaml - id: destroyed-symlinks - - id: detect-aws-credentials - id: detect-private-key - id: end-of-file-fixer - id: fix-byte-order-marker