Skip to content

Commit e27d0f9

Browse files
committed
ci: Include requirements-txt-fixer
This ensures consistent ordering of requirements.txt files.
1 parent 726a4b2 commit e27d0f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repos:
99
- id: debug-statements
1010
- id: mixed-line-ending
1111
args: [--fix=lf]
12+
- id: requirements-txt-fixer
1213
- repo: https://github.com/charliermarsh/ruff-pre-commit
1314
rev: v0.0.259
1415
hooks:

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
-r requirements.txt
2+
codecov==2.1.12
13
pre-commit==3.2.1; python_version >= '3.8'
24
pre-commit==2.21.0; python_version < '3.8'
3-
codecov==2.1.12
45
tox==4.4.8
5-
-r requirements.txt

0 commit comments

Comments
 (0)