PluginRope.epj

branch
eric7
changeset 409
65153bf17e8d
parent 394
b34f5dd3db27
child 413
a4cba20ad7ab
--- a/PluginRope.epj	Tue Dec 20 14:31:55 2022 +0100
+++ b/PluginRope.epj	Tue Dec 20 14:33:49 2022 +0100
@@ -217,7 +217,8 @@
       "RefactoringRope/ConfigurationPage/preferences-refactoring-light.svg",
       "RefactoringRope/Documentation/LICENSE.GPL3",
       "RefactoringRope/Documentation/rope/overview.rst",
-      "RefactoringRope/Documentation/source"
+      "RefactoringRope/Documentation/source",
+      "pyproject.toml"
     ],
     "OTHERTOOLSPARMS": {
       "Black": {
@@ -235,6 +236,19 @@
           "py38",
           "py37"
         ]
+      },
+      "isort": {
+        "combine_as_imports": true,
+        "config_source": "project",
+        "lines_between_types": 1,
+        "profile": "black",
+        "sort_order": "natural",
+        "supported_extensions": [
+          "pyi",
+          "pyx",
+          "py",
+          "pxd"
+        ]
       }
     },
     "PACKAGERSPARMS": {},
@@ -309,6 +323,7 @@
       "RefactoringRope/i18n/rope_ru.ts"
     ],
     "TRANSLATIONSBINPATH": "",
+    "TRANSLATIONSOURCESTARTPATH": "",
     "UICPARAMS": {
       "Package": "",
       "PackagesRoot": "",

eric ide

mercurial