pyproject.toml

branch
eric7
changeset 57
2bbbf54c8853
equal deleted inserted replaced
56:aa8647c5c19a 57:2bbbf54c8853
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"]

eric ide

mercurial