pre-commit: remove requirements-txt-fixer

This commit is contained in:
Erik Sundell
2021-11-01 09:39:20 +01:00
parent ece294f6eb
commit 2ce091cbc5
2 changed files with 4 additions and 6 deletions

View File

@@ -40,9 +40,6 @@ repos:
# Autoformat: Makes sure files end in a newline and only a newline.
- id: end-of-file-fixer
# Autoformat: Sorts entries in requirements.txt.
- id: requirements-txt-fixer
# Lint: Check for files with names that would conflict on a
# case-insensitive filesystem like MacOS HFS+ or Windows FAT.
- id: check-case-conflict