--- a/PluginMetricsRadon.epj Mon Oct 24 17:38:28 2022 +0200 +++ b/PluginMetricsRadon.epj Wed Dec 21 08:52:36 2022 +0100 @@ -193,7 +193,8 @@ "PluginMetricsRadon.epj", "PluginMetricsRadon.zip", "RadonMetrics/Documentation/LICENSE.GPL3", - "RadonMetrics/Documentation/source" + "RadonMetrics/Documentation/source", + "pyproject.toml" ], "OTHERTOOLSPARMS": { "Black": { @@ -215,6 +216,23 @@ "RadonCodeMetrics": { "ExcludeFiles": "", "MinimumRank": "C" + }, + "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": {},