PluginMqttMonitor.epj

branch
eric7
changeset 129
9d54bf366323
parent 127
8982ef7b7d67
child 132
b4fde9ee3d83
--- a/PluginMqttMonitor.epj	Mon Oct 24 18:01:59 2022 +0200
+++ b/PluginMqttMonitor.epj	Tue Dec 20 16:32:09 2022 +0100
@@ -203,7 +203,8 @@
       "MqttMonitor/icons/quickopen-light.svg",
       "PKGLIST",
       "PluginMqttMonitor.epj",
-      "PluginMqttMonitor.zip"
+      "PluginMqttMonitor.zip",
+      "pyproject.toml"
     ],
     "OTHERTOOLSPARMS": {
       "Black": {
@@ -221,6 +222,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