mirror of https://github.com/django/django.git
[1.8.x] Added isort config to ease resolving merge conflicts.
This commit is contained in:
parent
6e50fc9246
commit
64a9540829
|
@ -7,6 +7,13 @@ exclude=build,.git,./django/utils/dictconfig.py,./django/utils/unittest.py,./dja
|
||||||
ignore=E123,E128,E501,W601
|
ignore=E123,E128,E501,W601
|
||||||
max-line-length = 119
|
max-line-length = 119
|
||||||
|
|
||||||
|
[isort]
|
||||||
|
combine_as_imports = true
|
||||||
|
default_section = THIRDPARTY
|
||||||
|
include_trailing_comma = true
|
||||||
|
known_first_party = django
|
||||||
|
multi_line_output = 5
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
license-file = LICENSE
|
license-file = LICENSE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue