PluginEricAssistant.epj

branch
eric7
changeset 200
90c24865ba02
parent 194
2e6024151141
child 204
abe45b434e6c
diff -r 7fe0b2f0b5ba -r 90c24865ba02 PluginEricAssistant.epj
--- a/PluginEricAssistant.epj	Thu Nov 17 18:00:18 2022 +0100
+++ b/PluginEricAssistant.epj	Tue Dec 20 17:49:16 2022 +0100
@@ -191,7 +191,8 @@
       "ChangeLog",
       "PKGLIST",
       "PluginAssistantEric.zip",
-      "PluginEricAssistant.epj"
+      "PluginEricAssistant.epj",
+      "pyproject.toml"
     ],
     "OTHERTOOLSPARMS": {
       "Black": {
@@ -209,6 +210,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