#1492 add black & isort

This commit is contained in:
yoonthegoon 2023-07-26 11:23:19 -04:00 committed by J.Townsend
parent 37ea918a36
commit 9373bec80a
2 changed files with 4 additions and 0 deletions

2
.isort.cfg Normal file
View file

@ -0,0 +1,2 @@
[isort]
profile = black

View file

@ -1,5 +1,7 @@
-r base.txt
black==23.7.0
flake8==6.0.0
isort==5.12.0
mypy==1.4.1
mypy-extensions==1.0.0
pydantic==2.1.1