python,misc: Add isort to pre-commit

Change-Id: I391a8948f0817bd5c6a9fe8a4c3e4fed07a98c49
This commit is contained in:
Bobby R. Bruce
2023-10-10 10:57:35 -07:00
parent d94d6017b0
commit 7d67109ca2
2 changed files with 13 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ repos:
- id: check-symlinks
- id: destroyed-symlinks
- id: requirements-txt-fixer
- repo: https://github.com/PyCQA/isort
rev: 5.11.5
hooks:
- id: isort
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.3
hooks: