21 lines
334 B
INI
21 lines
334 B
INI
[isort]
|
|
line_length=79
|
|
multi_line_output=3
|
|
include_trailing_comma=True
|
|
force_grid_wrap=0
|
|
combine_as_imports=True
|
|
order_by_type=True
|
|
default_section=THIRDPARTY
|
|
sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
|
skip=
|
|
thirdparty
|
|
.eggs
|
|
.git
|
|
.hg
|
|
.mypy_cache
|
|
.tox
|
|
.venv
|
|
build
|
|
dist
|
|
__init__.py
|