github DetachHead/basedpyright v1.13.0
v1.13.0 (pyright 1.1.368)

latest release: v1.13.1
9 days ago

What's Changed

πŸš€new pylance feature: docstrings for compiled builtin modules

image

unlike pylance, this shows docstrings for all supported python versions & platforms, regardless of your current environment. in this example, the tzset function does not exist on windows, but we can still see its docstring:

you can read more about it in the docs. huge thanks to @AThePeanut4 for creating docify, which made this feature possible!

implemented in #420 and #423

other changes

  • fix pdm build script running npm install and build multiple times (fixes the issue where installing basedpyright from github takes way too long) by @DetachHead in #419
  • fix typeCheckingMode not defaulting to "all" (was broken by a recent upstream change) by @DetachHead in #422
  • update upstream pyright version to 1.1.368 by @DetachHead in #425
  • fix a bug from upstream that broke reportUninitializedInstanceVariable on NamedTuples by @DetachHead in #425

Full Changelog: v1.12.6...v1.13.0

Don't miss a new basedpyright release

NewReleases is sending notifications on new releases.