PluginKivy.epj

branch
eric7
changeset 57
ebf3e41eff26
parent 51
344ab3a70c58
child 59
fb361b396c68
diff -r bfb3a7a20a2a -r ebf3e41eff26 PluginKivy.epj
--- a/PluginKivy.epj	Fri Dec 09 16:56:58 2022 +0100
+++ b/PluginKivy.epj	Wed Dec 21 10:04:00 2022 +0100
@@ -187,7 +187,8 @@
       "ProjectKivy/APIs/kivy.api",
       "ProjectKivy/APIs/kivy.bas",
       "ProjectKivy/Documentation/LICENSE.GPL",
-      "ProjectKivy/Documentation/source"
+      "ProjectKivy/Documentation/source",
+      "pyproject.toml"
     ],
     "OTHERTOOLSPARMS": {
       "Black": {
@@ -205,6 +206,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