Skip to content

Commit

Permalink
ci: Include requirements-txt-fixer
Browse files Browse the repository at this point in the history
This ensures consistent ordering of requirements.txt files.
  • Loading branch information
nijel committed Mar 30, 2023
1 parent 726a4b2 commit e27d0f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repos:
- id: debug-statements
- id: mixed-line-ending
args: [--fix=lf]
- id: requirements-txt-fixer
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.259
hooks:
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
codecov==2.1.12
pre-commit==3.2.1; python_version >= '3.8'
pre-commit==2.21.0; python_version < '3.8'
codecov==2.1.12
tox==4.4.8
-r requirements.txt

0 comments on commit e27d0f9

Please sign in to comment.