Skip to content

Releases: DetachHead/basedpyright

v1.0.0

25 Jan 04:50
Compare
Choose a tag to compare

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

v0.2.7

24 Jan 02:25
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

24 Jan 00:49
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

16 Jan 22:33
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

nothing to see here, just a ci fix

v0.2.4

16 Jan 06:45
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.2...v0.2.4

v0.2.2

16 Jan 03:19
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

v0.2.1

16 Jan 02:18
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

v0.2.0

15 Jan 12:14
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

initial prerelease

vscode extension: https://marketplace.visualstudio.com/items?itemName=detachhead.basedpyright

by default it will look for the basedpyright pypi package in your project, meaning you can pin the pyright version vscode uses to the version used in your CI (the package isn't on pypi yet tho so for now just install it from this git repo)

make sure you disable pylance when this extension is active.