mirror of
https://github.com/Hopiu/django.git
synced 2026-03-17 06:20:24 +00:00
Fixed #26406 -- Set isort line_length.
This commit is contained in:
parent
e862296960
commit
eaecada793
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ combine_as_imports = true
|
|||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party = django
|
||||
line_length = 79
|
||||
multi_line_output = 5
|
||||
not_skip = __init__.py
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue