Releases: DetachHead/basedpyright
Releases · DetachHead/basedpyright
v1.12.2 (pyright 1.1.363)
What's Changed
- fix
reportUnsafeMultipleInheritance
false positives when the class has a base class that does not define an__init__
or__init_subclass__
by @DetachHead in #351 - update pyright version to 1.1.363 by @DetachHead in #363
- fix
reportAbstractUsage
conflicting withreportMisssingSuperCall
by @DetachHead in #352
New Contributors
Full Changelog: v1.12.1...v1.12.2
v1.12.1 (pyright 1.1.362)
What's Changed
- fix
reportUnsafeMultipleInheritance
false positives onTypedDict
s and dataclasses by @DetachHead in #344
Full Changelog: v1.12.0...v1.12.1
v1.12.0 (pyright 1.1.362)
What's Changed
- switch from nodejs-bin to nodejs-wheel by @lewis6991 in #323
- this should fix node errors on some older operating systems
- update upstream pyright version to 1.1.362 by @DetachHead in #340
- add option to ban unsafe multiple inheritance by @DetachHead in #334
- this makes
reportMissingSuperCall
less annoying, as it no longer needs to report missingsuper()
calls on classes with no base class whenreportUnsafeMultipleInheritance
is enabled
- this makes
New Contributors
- @lewis6991 made their first contribution in #323
Full Changelog: v1.11.0...v1.12.0
v1.11.0 (pyright 1.1.361)
What's Changed
- allow running as a Python module (ie.
python -m basedpyright
) by @vemel in #324 - support disabling deprecation, unused and unreachable hints in diagnostic severity overrides by @DetachHead in #326
- exit with code 3 when an invalid diagnostic severity override value is specified by @DetachHead in #326
- Adjust readme to document that
pyright: ignore
is safer and preferred overtype: ignore
comments by @KotlinIsland in #331 - fix normal variables incorrectly getting a
TypeAlias
inlay hint if their type came from a type alias by @DetachHead in #328 - update upstream pyright version to 1.1.361 by @DetachHead in #333
New Contributors
Full Changelog: v1.10.4...v1.11.0
v1.10.4 (pyright 1.1.360)
What's Changed
- activate vscode extension if workspace contains a
pyproject.toml
by @DetachHead in #316 - bump upstream pyright version to 1.1.360 by @DetachHead in #322
- document how to use the new pyright pycharm plugin(s) with basedpyright by @DetachHead in #322
Full Changelog: v1.10.3...v1.10.4
v1.10.3 (pyright 1.1.359)
What's Changed
- fix
reportImplicitRelativeImport
not being configurable by @DetachHead in #306 - fix suggested import code action not working when the whole module is already imported by @DetachHead in #314
Full Changelog: v1.10.2...v1.10.3
v1.10.2 (pyright 1.1.359)
What's Changed
- fix
reportPrivateLocalImportUsage
not being configurable by @DetachHead in #301 - bump upstream pyright version to 1.1.359 by @DetachHead in #303
Full Changelog: v1.10.1...v1.10.2
v1.10.1 (pyright 1.1.358)
What's Changed
- bump upstream pyright version to 1.1.358 by @DetachHead in #281
- automatically fix
python.languageServer
setting in vscode and improve automatic fixes for when pylance is installed by @DetachHead in #285 - fix import suggestion code actions being dependent on where the cursor is on the symbol by @DetachHead in #282
Full Changelog: v1.10.0...v1.10.1
v1.10.0 (pyright 1.1.357)
What's Changed
- add new
reportInvalidCast
rule for casts to non-overlapping types by @DetachHead in #245 - error when attempting to subscript
AbstractContextManager
andAbstractAsyncContextManager
at runtime on python 3.8 by @DetachHead in #263
Full Changelog: v1.9.1...v1.10.0
v1.9.1 (pyright 1.1.357)
What's Changed
- fix
--version
showing the basedpyright version as the upstream version number by @DetachHead in #256
Full Changelog: v1.9.0...v1.9.1