github microsoft/pyright 1.1.12
Published 1.1.12

latest releases: 1.1.361, 1.1.360, 1.1.359...
4 years ago

Enhancement: Added code to detect the case where a subclass attempts to override a non-method (like a property) with a method. Also handle the case where a subclass overrides an overloaded method in the base class.

Enhancement: Added support for overloaded get method.

Enhancement: Improved markdown formatting for completion provider output.

Enhancement: Added missing support for AsyncIterator return type annotations for async generator functions.

Bug Fix: Eliminated the hard-coded white list of exported symbols from builtins.pyi, which is no longer needed. This caused ModuleNotFoundError (introduced in Python 3.8) not to be exposed.

Bug Fix: Fixed text formatting issue in completion provider — missing colon between function name and type.

Bug Fix: Fixed several bugs in hover and completion providers related to modules and submodules.

Bug Fix: Fixed bug that caused VS Code settings (including python.pythonPath) to be ignored in some situations — most notably when a Python source file is opened outside of the context of a workspace.

Don't miss a new pyright release

NewReleases is sending notifications on new releases.