Skip to content

Releases: DetachHead/basedpyright

v1.3.1

18 Feb 10:11
Compare
Choose a tag to compare

What's Changed

  • fix reportDuplicateImport not reporting duplicated aliases and duplicated imports across different import statements by @DetachHead in #91
  • fix reportDeclaration not reporting multiple redeclarations of the same type by @DetachHead in #93

Full Changelog: v1.3.0...v1.3.1

v1.3.0

14 Feb 07:51
Compare
Choose a tag to compare

What's Changed

  • add import suggestion code actions by @DetachHead in #79
  • remove support for relative imports that are not prefixed with a . by @DetachHead in #85

Full Changelog: v1.2.0...v1.3.0

v1.2.0

12 Feb 13:05
Compare
Choose a tag to compare

What's Changed

  • support enabling the pylance extension while the basedpyright extension is enabled by @DetachHead in #72
  • set typeCheckingMode to all by default by @DetachHead in #75
  • remove typing.Callable deprecation since Callable is not a collection by @DetachHead in #80
  • add reportAny rule by @DetachHead in #73

Full Changelog: v1.1.0...v1.2.0

v1.1.0

30 Jan 00:08
Compare
Choose a tag to compare

What's Changed

  • make all config validation errors exit with a non-zero exit code and add error for unknown config options by @DetachHead in #62
  • change the format of the diagnostic counts to avoid pluralizing because "informations" looks weird by @DetachHead in #59

Full Changelog: v1.0.0...v1.1.0

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