misc,python: Add requirements-txt-fixer to pre-commit

This sorts entries in requirements.txt files.

Change-Id: I7ee6e31f3cbe5078f24d13471a6aa9edc482cecd
This commit is contained in:
Bobby R. Bruce
2023-10-09 13:09:21 -07:00
parent bbe05b0cba
commit c53529783b

View File

@@ -61,6 +61,7 @@ repos:
- id: check-added-large-files
- id: mixed-line-ending
args: [--fix=lf]
- id: requirements-txt-fixer
- id: check-case-conflict
- repo: https://github.com/psf/black
rev: 22.6.0