setup.cfg
[isort]
line_length=110
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
known_framework=django,rest_framework
known_localfolder=tests,cities,api,common,meupet,users
sections=FUTURE,STDLIB,THIRDPARTY,FRAMEWORK,FIRSTPARTY,LOCALFOLDER
default_section=THIRDPARTY