PluginWeb.epj

branch
eric7
changeset 48
17eb790b9a82
parent 46
81fc3aacee19
child 50
19050d56699d
diff -r b1d87c6aac62 -r 17eb790b9a82 PluginWeb.epj
--- a/PluginWeb.epj	Sat Nov 26 18:08:48 2022 +0100
+++ b/PluginWeb.epj	Wed Dec 21 10:17:43 2022 +0100
@@ -190,7 +190,8 @@
       "PluginProjectWeb.zip",
       "PluginWeb.epj",
       "ProjectWeb/Documentation/LICENSE.GPL3",
-      "ProjectWeb/Documentation/source"
+      "ProjectWeb/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