Add isort config
This commit is contained in:
parent
c301553259
commit
b04bf5a7a5
10
.isort.cfg
Normal file
10
.isort.cfg
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[isort]
|
||||||
|
balanced_wrapping = True
|
||||||
|
combine_as_imports = True
|
||||||
|
default_section = THIRDPARTY
|
||||||
|
include_trailing_comma = True
|
||||||
|
known_first_party = byro
|
||||||
|
line_length = 80
|
||||||
|
multi_line_output = 5
|
||||||
|
not_skip = __init__.py
|
||||||
|
skip = migrations,settings.py,wsgi.py,celery_app.py
|
Loading…
x
Reference in New Issue
Block a user