misc,python: Add requirements-txt-fixer to pre-commit (#422)

This commit is contained in:
Bobby R. Bruce
2023-10-10 14:30:39 -07:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -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:

View File

@@ -1,2 +1,2 @@
pre-commit==2.20.0
mypy==1.5.1
pre-commit==2.20.0

View File

@@ -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