|
1 [tool.isort] |
|
2 profile = "black" |
|
3 sort_order = "natural" |
|
4 supported_extensions = ["py", "pyi", "pyx", "pxd", "pyw"] |
|
5 lines_between_types = 1 |
|
6 extend_skip_glob = [ |
|
7 "*/Ui_*.py", |
|
8 ] |
|
9 combine_as_imports = true |
|
10 known_first_party = ["TimeTracker", "eric7"] |