1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00

Fixed #26406 -- Set isort line_length.

This commit is contained in:
Jarek Glowacki 2016-03-25 18:37:41 +11:00 committed by Tim Graham
parent e862296960
commit eaecada793

View File

@ -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