--- a/PluginPyLint.epj Tue Oct 25 10:58:33 2022 +0200 +++ b/PluginPyLint.epj Tue Dec 20 19:44:49 2022 +0100 @@ -188,7 +188,8 @@ "PluginPyLint.epj", "PluginPyLint.zip", "PyLintInterface/Documentation/LICENSE.GPL3", - "PyLintInterface/Documentation/source" + "PyLintInterface/Documentation/source", + "pyproject.toml" ], "OTHERTOOLSPARMS": { "Black": { @@ -206,6 +207,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": {},