From d74a7da9d30e10c5adcac386f0885428d00dac28 Mon Sep 17 00:00:00 2001 From: Max R Date: Thu, 14 May 2026 14:44:05 -0400 Subject: [PATCH] Remove requirements-txt-fixer when requirements-dev.txt is absent Committed via https://github.com/asottile/all-repos --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ff4e7a..1dabf43 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,6 @@ repos: - id: check-docstring-first - id: debug-statements - id: end-of-file-fixer - - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks rev: 4380fbb73a154b5f5624794c1c78d9719ccc860f # frozen: v2.16.0