PluginPyInstaller.epj

branch
eric7
changeset 51
37e614c54ea5
parent 47
3b9805bff70c
child 55
3794f1ca53af
--- a/PluginPyInstaller.epj	Tue Oct 25 08:57:22 2022 +0200
+++ b/PluginPyInstaller.epj	Wed Dec 21 09:11:59 2022 +0100
@@ -190,7 +190,8 @@
       "PluginPyInstaller.epj",
       "PluginPyInstaller.zip",
       "PyInstallerInterface/Documentation/LICENSE.GPL3",
-      "PyInstallerInterface/Documentation/source"
+      "PyInstallerInterface/Documentation/source",
+      "pyproject.toml"
     ],
     "OTHERTOOLSPARMS": {
       "Black": {
@@ -208,6 +209,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": {},

eric ide

mercurial