PluginDjangoTagsMenu.epj

branch
eric7
changeset 67
807714618a59
parent 65
2616383c037c
child 71
fc1ab84c242f
--- a/PluginDjangoTagsMenu.epj	Tue Oct 25 10:48:38 2022 +0200
+++ b/PluginDjangoTagsMenu.epj	Wed Dec 21 09:34:06 2022 +0100
@@ -193,7 +193,8 @@
       "PluginDjangoTagsMenu.epj",
       "PluginProjectDjangoTagsMenu.zip",
       "ProjectDjangoTagsMenu/Documentation/LICENSE.GPL3",
-      "ProjectDjangoTagsMenu/Documentation/source"
+      "ProjectDjangoTagsMenu/Documentation/source",
+      "pyproject.toml"
     ],
     "OTHERTOOLSPARMS": {
       "Black": {
@@ -211,6 +212,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