Skip to content

v1.13.0 (pyright 1.1.368)

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 04:44
· 1106 commits to main since this release

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