This commit is contained in:
Kovid Goyal 2017-02-01 13:24:26 +05:30
parent 511bb93d4a
commit 0b9aa7d119

View File

@ -9,6 +9,7 @@ column_limit = 85
split_penalty_import_names = 100
dedent_closing_brackets = True
coalesce_brackets = True
blank_line_before_nested_class_or_def = True
[isort]
combine_as_imports = True