From f94e8185224462b825601d2b95a2c129bf3dcc70 Mon Sep 17 00:00:00 2001 From: wlinator Date: Thu, 29 Aug 2024 09:03:48 -0400 Subject: [PATCH] Remove clean dotenv from pre-commits (it is annoying) --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3faa22..1ee9701 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,11 +29,6 @@ repos: hooks: - id: gitleaks - - repo: https://github.com/hija/clean-dotenv - rev: v0.0.7 - hooks: - - id: clean-dotenv - - repo: https://github.com/asottile/pyupgrade rev: v3.16.0 hooks: