diff --git a/.isort.cfg b/.isort.cfg index f897925..ada2e29 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,9 +1,5 @@ [settings] -multi_line_output=3 -include_trailing_comma=True -force_grid_wrap=0 -use_parentheses=True -line_length=88 +profile = black sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCAL,LOCALFOLDER