--- a/PluginCxFreeze.epj Tue Oct 25 09:03:43 2022 +0200 +++ b/PluginCxFreeze.epj Wed Dec 21 09:03:33 2022 +0100 @@ -189,7 +189,8 @@ "CxFreeze/Documentation/source", "PKGLIST", "PluginCxFreeze.epj", - "PluginCxFreeze.zip" + "PluginCxFreeze.zip", + "pyproject.toml" ], "OTHERTOOLSPARMS": { "Black": { @@ -207,6 +208,23 @@ "py38", "py37" ] + }, + "isort": { + "combine_as_imports": true, + "config_source": "project", + "extend_skip_glob": [ + "*/Ui_*.py" + ], + "lines_between_types": 1, + "profile": "black", + "sort_order": "natural", + "supported_extensions": [ + "py", + "pyi", + "pyx", + "pxd", + "pyw" + ] } }, "PACKAGERSPARMS": {},