added isort to pre-commit-config

This commit is contained in:
Jalil SA 2023-01-25 14:43:25 -06:00
parent a5c1ef8276
commit 7f01e1f0ce
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@ repos:
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.11.3
hooks:
- id: isort