format: add isort to dev requirements.

This commit is contained in:
UpstreamData
2022-11-10 14:17:31 -07:00
parent f3b25027ad
commit ed5eae4187
2 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,12 @@ repos:
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
- repo: local
hooks:
- id: unittest