From 6ecfb80b894ee36c459e7cb825bdd3509392da35 Mon Sep 17 00:00:00 2001 From: Endkind Date: Wed, 18 Jun 2025 14:10:52 +0200 Subject: [PATCH] =?UTF-8?q?f=C3=BCge=20Ausschlussregel=20f=C3=BCr=20requir?= =?UTF-8?q?ements.txt=20in=20Pre-Commit-Konfiguration=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0c320e..803da08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,7 @@ repos: rev: v5.0.0 hooks: - id: end-of-file-fixer + exclude: (^|/)requirements.*\.txt$ - id: trailing-whitespace - id: check-yaml - id: check-added-large-files