.isort.cfg 136 Bytes
Newer Older
1
2
3
4
5
[settings]
line_length = 120
multi_line_output=3
include_trailing_comma = true
ignore_comments = true
6
profile = black
Hongxin Liu's avatar
Hongxin Liu committed
7
honor_noqa = true