From 8adc66aed61c6a6022c3e6a63b88f93bf6bc7d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= <jon.haitz.legarreta@gmail.com> Date: Fri, 13 Oct 2023 10:40:57 -0400 Subject: [PATCH] ENH: Remove requirements file `pre-commit` hook sorting unused option Remove requrements file `pre-commit` hook sorting unused option: dependencies are listed in the `pyproject.toml` file, and the option does not apply to the dependencies in the `pyproject.toml` file. --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0624e8f..766e779 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,9 +22,6 @@ repos: exclude: .github/workflows - id: end-of-file-fixer - id: mixed-line-ending - - id: requirements-txt-fixer - name: requirements-txt-fixer - description: Sorts entries in requirements.txt - id: trailing-whitespace - repo: https://github.com/timothycrosley/isort