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.0", |
27 "version": "10.1.1", |
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, |