From eaecada7934cef85ceede66b5322f31db5b84df9 Mon Sep 17 00:00:00 2001 From: Jarek Glowacki Date: Fri, 25 Mar 2016 18:37:41 +1100 Subject: [PATCH] Fixed #26406 -- Set isort line_length. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f6ab266215..fb3593571c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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