--- a/PluginPyramid.epj Sat Nov 26 18:02:44 2022 +0100 +++ b/PluginPyramid.epj Wed Dec 21 10:12:45 2022 +0100 @@ -240,7 +240,8 @@ "ProjectPyramid/icons/pyramid-dark.svg", "ProjectPyramid/icons/pyramid-light.svg", "ProjectPyramid/icons/pyramid64-dark.svg", - "ProjectPyramid/icons/pyramid64-light.svg" + "ProjectPyramid/icons/pyramid64-light.svg", + "pyproject.toml" ], "OTHERTOOLSPARMS": { "Black": { @@ -258,6 +259,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": {},