github microsoft/pyright 1.1.103
Published 1.1.103

latest releases: 1.1.383, 1.1.382, 1.1.381...
3 years ago

Bug Fix: Suppressed "symbol is unbound" error when used in a del statement, since this is legal.

Enhancement: Enhanced --verifytypes command so it can now accept a module path within a package. Type analysis is limited to the specified module and its submodules.

Bug Fix: Fixed bug that caused "--verifytypes" feature to report missing return type annotations for all property getters within a class if only one of them was missing a return type annotation.

Enhancement: Added missing error logic to handle the case where a type variable is subscripted in a type expression. This isn't supported currently in the Python type system.

Enhancement: Improved signature help in case where right parenthesis is missing.

Enhancement: Added error for incorrect use of list expression for type arguments.

Don't miss a new pyright release

NewReleases is sending notifications on new releases.