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