We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726a4b2 commit e27d0f9Copy full SHA for e27d0f9
.pre-commit-config.yaml
@@ -9,6 +9,7 @@ repos:
9
- id: debug-statements
10
- id: mixed-line-ending
11
args: [--fix=lf]
12
+ - id: requirements-txt-fixer
13
- repo: https://github.com/charliermarsh/ruff-pre-commit
14
rev: v0.0.259
15
hooks:
requirements-dev.txt
@@ -1,5 +1,5 @@
1
+-r requirements.txt
2
+codecov==2.1.12
3
pre-commit==3.2.1; python_version >= '3.8'
4
pre-commit==2.21.0; python_version < '3.8'
-codecov==2.1.12
5
tox==4.4.8
--r requirements.txt
0 commit comments