PluginCheckerVulture.epj

branch
eric7
changeset 97
6ec0844dafe7
parent 94
c298092037c6
child 100
882358a3f96e
--- a/PluginCheckerVulture.epj	Mon Oct 24 17:25:26 2022 +0200
+++ b/PluginCheckerVulture.epj	Tue Dec 20 19:52:15 2022 +0100
@@ -209,7 +209,8 @@
       "PluginCheckerVulture.epj",
       "PluginVulture.zip",
       "VultureChecker/Documentation/LICENSE.GPL3",
-      "VultureChecker/Documentation/source"
+      "VultureChecker/Documentation/source",
+      "pyproject.toml"
     ],
     "OTHERTOOLSPARMS": {
       "Black": {
@@ -227,6 +228,23 @@
           "py310",
           "py311"
         ]
+      },
+      "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": {},
@@ -266,6 +284,7 @@
       "VultureChecker/i18n/vulture_ru.ts"
     ],
     "TRANSLATIONSBINPATH": "",
+    "TRANSLATIONSOURCESTARTPATH": "",
     "UICPARAMS": {
       "Package": "",
       "PackagesRoot": "",

eric ide

mercurial