From 8df29954d6f4ac56e0be7cdcbd20c8bf276ed564 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 1 Feb 2017 12:27:25 +0530 Subject: [PATCH] isort config --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5c858c0e1b..1c94cf1fce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,3 +9,8 @@ column_limit = 85 split_penalty_import_names = 100 dedent_closing_brackets = True coalesce_brackets = True + +[isort] +combine_as_imports = True +line_length = 85 +multi_line_output = 5