misc,python: Add requirements-txt-fixer to pre-commit (#422)
This commit is contained in:
@@ -63,6 +63,7 @@ repos:
|
||||
- id: mixed-line-ending
|
||||
args: [--fix=lf]
|
||||
- id: check-case-conflict
|
||||
- id: requirements-txt-fixer
|
||||
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
|
||||
rev: 0.2.3
|
||||
hooks:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
pre-commit==2.20.0
|
||||
mypy==1.5.1
|
||||
pre-commit==2.20.0
|
||||
|
||||
@@ -21,9 +21,9 @@ packaging==23.1
|
||||
pycparser==2.21
|
||||
pymongo==4.3.3
|
||||
pyrsistent==0.19.3
|
||||
python-dotenv==1.0.0
|
||||
requests==2.31.0
|
||||
sentinels==1.0.0
|
||||
urllib3==2.0.2
|
||||
Werkzeug==2.3.4
|
||||
zipp==3.15.0
|
||||
python-dotenv==1.0.0
|
||||
|
||||
Reference in New Issue
Block a user