mirror of https://github.com/django/django.git
Fixed #26406 -- Set isort line_length.
This commit is contained in:
parent
e862296960
commit
eaecada793
|
@ -12,6 +12,7 @@ combine_as_imports = true
|
||||||
default_section = THIRDPARTY
|
default_section = THIRDPARTY
|
||||||
include_trailing_comma = true
|
include_trailing_comma = true
|
||||||
known_first_party = django
|
known_first_party = django
|
||||||
|
line_length = 79
|
||||||
multi_line_output = 5
|
multi_line_output = 5
|
||||||
not_skip = __init__.py
|
not_skip = __init__.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue