--- a/PrintRemover.epj Mon Oct 24 16:34:47 2022 +0200 +++ b/PrintRemover.epj Tue Dec 20 17:31:58 2022 +0100 @@ -194,7 +194,8 @@ "PrintRemover/icons/printRemover-dark.svg", "PrintRemover/icons/printRemover-light.svg", "PrintRemover/icons/separatorAdd-dark.svg", - "PrintRemover/icons/separatorAdd-light.svg" + "PrintRemover/icons/separatorAdd-light.svg", + "pyproject.toml" ], "OTHERTOOLSPARMS": { "Black": { @@ -212,6 +213,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": {},