From 64fb311ac38226400d475d12466dccd430e71e69 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 24 May 2024 10:27:33 -0400 Subject: [PATCH] Removed duplicate pre-commit hooks Signed-off-by: Carlo Costino --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f10ade983..cb3c48cae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,9 @@ repos: - id: check-toml - id: check-ast - id: fix-byte-order-marker - - id: check-merge-conflict - - id: debug-statements - id: detect-aws-credentials args: [--allow-missing-credentials] - id: detect-private-key - - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/Yelp/detect-secrets rev: v1.5.0