9 lines
139 B
INI
9 lines
139 B
INI
|
[isort]
|
||
|
profile = hug
|
||
|
src_paths = isort, test
|
||
|
|
||
|
[yapf]
|
||
|
based_on_style = pep8
|
||
|
spaces_before_comment = 2
|
||
|
split_before_logical_operator = true
|