sorted imports using isort and tried to add pre-commit hook for isort

This commit is contained in:
Tristan Lee
2023-08-07 20:04:16 -05:00
parent 1ec1d6190a
commit 1eb82c5f3e
23 changed files with 133 additions and 143 deletions

View File

@@ -1,4 +1,10 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 22.3.0
hooks: