PluginPyright.py

branch
eric7
changeset 17
cef8a080b1f2
parent 15
e01d64ca960f
child 19
cdde4379ce03
diff -r e144657c1fe1 -r cef8a080b1f2 PluginPyright.py
--- a/PluginPyright.py	Mon Jan 22 11:55:32 2024 +0100
+++ b/PluginPyright.py	Sat Oct 26 12:03:42 2024 +0200
@@ -24,12 +24,13 @@
     "author": "Detlev Offenbach <detlev@die-offenbachs.de>",
     "autoactivate": True,
     "deactivateable": True,
-    "version": "10.1.1",
+    "version": "10.1.2",
     "className": "PyrightPlugin",
     "packageName": "PyrightChecker",
     "shortDescription": "Plug-in to check Python sources for typing issues.",
     "longDescription": ("""Plug-in to check Python sources for typing issues."""),
     "needsRestart": False,
+    "hasCompiledForms": True,
     "pyqtApi": 2,
 }
 # End-Of-Header

eric ide

mercurial