diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b3bc7b4f9eeb4cafe7b5c8a9f3773501bb3c9530..ff1842ca1215b81ff6277ff9fe4be1283afd7e1e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,7 +11,6 @@ repos:
   - id: check-toml
   - id: debug-statements
   - id: end-of-file-fixer
-  - id: requirements-txt-fixer
   - id: mixed-line-ending
     args: ['--fix=auto']  # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows