PluginPyLint.epj

branch
eric7
changeset 112
7ece4ae4b274
parent 108
b452f300e6c7
child 116
71d3a2e48265
--- a/PluginPyLint.epj	Tue Oct 25 10:58:33 2022 +0200
+++ b/PluginPyLint.epj	Tue Dec 20 19:44:49 2022 +0100
@@ -188,7 +188,8 @@
       "PluginPyLint.epj",
       "PluginPyLint.zip",
       "PyLintInterface/Documentation/LICENSE.GPL3",
-      "PyLintInterface/Documentation/source"
+      "PyLintInterface/Documentation/source",
+      "pyproject.toml"
     ],
     "OTHERTOOLSPARMS": {
       "Black": {
@@ -206,6 +207,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