Open-Sora/.isort.cfg
Frank Lee 9eaf57fdf8
added pre-commit (#5)
* added pre-commit

* polish
2024-02-22 10:54:40 +08:00

8 lines
136 B
INI

[settings]
line_length = 120
multi_line_output=3
include_trailing_comma = true
ignore_comments = true
profile = black
honor_noqa = true