Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 04:50
· 2967 commits to main since this release

1.0.0 🚀🚀🚀🚀🚀

Basedpyright is a static type checker for Python that is built on top of the work done by the pyright project.

new features include:

  • reportUnreachable option
  • first-party pypi package
  • vscode extension that pins the version of basedpyright to the one installed from your project's dependencies

and more coming soon! :)))

see the documentation for more information about these features and the motivation behind this project.

What's Changed since 0.2.7

  • update user-facing "pyright" references to "basedpyright" by @DetachHead in #52
  • add all typeCheckingMode option and disable warnings when typeCheckingMode is off by @DetachHead in #49

Full Changelog: v0.2.7...v1.0.0