PySide2PyQt.epj

branch
eric7
changeset 65
2bf03c855622
parent 63
3f3062df2e91
child 69
8424325c236b
--- a/PySide2PyQt.epj	Mon Oct 24 16:45:54 2022 +0200
+++ b/PySide2PyQt.epj	Tue Dec 20 17:29:50 2022 +0100
@@ -187,7 +187,8 @@
       "PluginPySide2PyQt.zip",
       "PySide2PyQt.epj",
       "PySide2PyQt/Documentation/LICENSE.GPL3",
-      "PySide2PyQt/Documentation/source"
+      "PySide2PyQt/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": {},
@@ -244,6 +262,7 @@
       "PySide2PyQt/i18n/pyside2pyqt_ru.ts"
     ],
     "TRANSLATIONSBINPATH": "",
+    "TRANSLATIONSOURCESTARTPATH": "",
     "UICPARAMS": {
       "Package": "",
       "PackagesRoot": "",

eric ide

mercurial