Skip to content

Commit

Permalink
ENH: Remove requirements file pre-commit hook sorting unused option
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jhlegarreta committed Oct 13, 2023
1 parent 16ad36d commit e0bbc33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0bbc33

Please sign in to comment.