Skip to content
Snippets Groups Projects
.isort.cfg 244 B
[settings]
# Compatible with black
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
line_length = 120

default_section=FIRSTPARTY
known_third_party = editdistance,edlib,pytest,setuptools,termtables