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