Update config for isort 5.0
This commit is contained in:
parent
ac1896d366
commit
84dd14bddb
1 changed files with 2 additions and 9 deletions
11
setup.cfg
11
setup.cfg
|
@ -4,14 +4,7 @@ exclude = .git, *.pyc, __pycache__, migrations
|
||||||
extend-ignore = E231, E203
|
extend-ignore = E231, E203
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
# For black compat: https://github.com/ambv/black#how-black-wraps-lines
|
profile = black
|
||||||
combine_as_imports = true
|
|
||||||
default_section = THIRDPARTY
|
|
||||||
force_grid_wrap = 0
|
|
||||||
include_trailing_comma = true
|
|
||||||
known_django = django
|
known_django = django
|
||||||
known_first_party = degette,sitedg
|
known_first_party = elections, shared
|
||||||
line_length = 88
|
|
||||||
multi_line_output = 3
|
|
||||||
not_skip = __init__.py
|
|
||||||
sections = FUTURE,STDLIB,THIRDPARTY,DJANGO,FIRSTPARTY,LOCALFOLDER
|
sections = FUTURE,STDLIB,THIRDPARTY,DJANGO,FIRSTPARTY,LOCALFOLDER
|
||||||
|
|
Loading…
Reference in a new issue