Basedpyright

Latest version: v1.11.0

Safety actively analyzes 624738 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

1.11.0

What's Changed
* allow running as a Python module (ie. `python -m basedpyright`) by vemel in https://github.com/DetachHead/basedpyright/pull/324
* support disabling deprecation, unused and unreachable hints in diagnostic severity overrides by DetachHead in https://github.com/DetachHead/basedpyright/pull/326
* exit with code 3 when an invalid diagnostic severity override value is specified by DetachHead in https://github.com/DetachHead/basedpyright/pull/326
* Adjust readme to document that `pyright: ignore` is safer and preferred over `type: ignore` comments by KotlinIsland in https://github.com/DetachHead/basedpyright/pull/331
* fix normal variables incorrectly getting a `TypeAlias` inlay hint if their type came from a type alias by DetachHead in https://github.com/DetachHead/basedpyright/pull/328
* update upstream pyright version to 1.1.361 by DetachHead in https://github.com/DetachHead/basedpyright/pull/333

New Contributors
* vemel made their first contribution in https://github.com/DetachHead/basedpyright/pull/324

**Full Changelog**: https://github.com/DetachHead/basedpyright/compare/v1.10.4...v1.11.0

1.10.4

What's Changed
* activate vscode extension if workspace contains a `pyproject.toml` by DetachHead in https://github.com/DetachHead/basedpyright/pull/316
* bump upstream pyright version to 1.1.360 by DetachHead in https://github.com/DetachHead/basedpyright/pull/322
* document how to use the new pyright pycharm plugin(s) with basedpyright by DetachHead in https://github.com/DetachHead/basedpyright/pull/322


**Full Changelog**: https://github.com/DetachHead/basedpyright/compare/v1.10.3...v1.10.4

1.10.3

What's Changed
* fix `reportImplicitRelativeImport` not being configurable by DetachHead in https://github.com/DetachHead/basedpyright/pull/306
* fix suggested import code action not working when the whole module is already imported by DetachHead in https://github.com/DetachHead/basedpyright/pull/314


**Full Changelog**: https://github.com/DetachHead/basedpyright/compare/v1.10.2...v1.10.3

1.10.2

What's Changed
* fix `reportPrivateLocalImportUsage` not being configurable by DetachHead in https://github.com/DetachHead/basedpyright/pull/301
* bump upstream pyright version to 1.1.359 by DetachHead in https://github.com/DetachHead/basedpyright/pull/303


**Full Changelog**: https://github.com/DetachHead/basedpyright/compare/v1.10.1...v1.10.2

1.10.1

What's Changed
* bump upstream pyright version to 1.1.358 by DetachHead in https://github.com/DetachHead/basedpyright/pull/281
* automatically fix `python.languageServer` setting in vscode and improve automatic fixes for when pylance is installed by DetachHead in https://github.com/DetachHead/basedpyright/pull/285
* fix import suggestion code actions being dependent on where the cursor is on the symbol by DetachHead in https://github.com/DetachHead/basedpyright/pull/282


**Full Changelog**: https://github.com/DetachHead/basedpyright/compare/v1.10.0...v1.10.1

1.10.0

What's Changed
* add new `reportInvalidCast` rule for casts to non-overlapping types by DetachHead in https://github.com/DetachHead/basedpyright/pull/245
* error when attempting to subscript `AbstractContextManager` and `AbstractAsyncContextManager` at runtime on python 3.8 by DetachHead in https://github.com/DetachHead/basedpyright/pull/263


**Full Changelog**: https://github.com/DetachHead/basedpyright/compare/v1.9.1...v1.10.0

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.