PluginCxFreeze.epj

branch
eric7
changeset 142
9ceff8a10455
parent 140
9e20ee9c7ca2
child 146
32c4e3d4465c
--- a/PluginCxFreeze.epj	Tue Oct 25 09:03:43 2022 +0200
+++ b/PluginCxFreeze.epj	Wed Dec 21 09:03:33 2022 +0100
@@ -189,7 +189,8 @@
       "CxFreeze/Documentation/source",
       "PKGLIST",
       "PluginCxFreeze.epj",
-      "PluginCxFreeze.zip"
+      "PluginCxFreeze.zip",
+      "pyproject.toml"
     ],
     "OTHERTOOLSPARMS": {
       "Black": {
@@ -207,6 +208,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