PrintRemover.epj

branch
eric7
changeset 65
4f299e33476a
parent 63
273252fd0d99
child 69
ed8361e82ca1
--- a/PrintRemover.epj	Mon Oct 24 16:34:47 2022 +0200
+++ b/PrintRemover.epj	Tue Dec 20 17:31:58 2022 +0100
@@ -194,7 +194,8 @@
       "PrintRemover/icons/printRemover-dark.svg",
       "PrintRemover/icons/printRemover-light.svg",
       "PrintRemover/icons/separatorAdd-dark.svg",
-      "PrintRemover/icons/separatorAdd-light.svg"
+      "PrintRemover/icons/separatorAdd-light.svg",
+      "pyproject.toml"
     ],
     "OTHERTOOLSPARMS": {
       "Black": {
@@ -212,6 +213,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