--- a/PluginMqttMonitor.epj Mon Oct 24 18:01:59 2022 +0200 +++ b/PluginMqttMonitor.epj Tue Dec 20 16:32:09 2022 +0100 @@ -203,7 +203,8 @@ "MqttMonitor/icons/quickopen-light.svg", "PKGLIST", "PluginMqttMonitor.epj", - "PluginMqttMonitor.zip" + "PluginMqttMonitor.zip", + "pyproject.toml" ], "OTHERTOOLSPARMS": { "Black": { @@ -221,6 +222,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": {},