22 __header__ = { |
22 __header__ = { |
23 "name": "Python Typing Checker Plug-in", |
23 "name": "Python Typing Checker Plug-in", |
24 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", |
24 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", |
25 "autoactivate": True, |
25 "autoactivate": True, |
26 "deactivateable": True, |
26 "deactivateable": True, |
27 "version": "10.1.1", |
27 "version": "10.1.2", |
28 "className": "PyrightPlugin", |
28 "className": "PyrightPlugin", |
29 "packageName": "PyrightChecker", |
29 "packageName": "PyrightChecker", |
30 "shortDescription": "Plug-in to check Python sources for typing issues.", |
30 "shortDescription": "Plug-in to check Python sources for typing issues.", |
31 "longDescription": ("""Plug-in to check Python sources for typing issues."""), |
31 "longDescription": ("""Plug-in to check Python sources for typing issues."""), |
32 "needsRestart": False, |
32 "needsRestart": False, |
|
33 "hasCompiledForms": True, |
33 "pyqtApi": 2, |
34 "pyqtApi": 2, |
34 } |
35 } |
35 # End-Of-Header |
36 # End-Of-Header |
36 |
37 |
37 error = "" # noqa: U200 |
38 error = "" # noqa: U200 |