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 whentypeCheckingMode
isoff
by @DetachHead in #49
Full Changelog: v0.2.7...v1.0.0