Skip to content

Releases: DetachHead/basedpyright

v1.12.4 (pyright 1.1.365)

29 May 13:08
7972d3d
Compare
Choose a tag to compare

What's Changed

  • update upstream pyright version to 1.1.365 by @DetachHead in #381
  • fail with exit code 3 on errors related to the new extends config option by @DetachHead in #381

Full Changelog: v1.12.3...v1.12.4

v1.12.3 (pyright 1.1.364)

22 May 09:55
30e10ff
Compare
Choose a tag to compare

What's Changed

  • update upstream pyright version to 1.1.364 by @DetachHead in #375
  • fix Any being coloured as a variable instead of a type by @DetachHead in #373
  • documentation enhancements

Full Changelog: v1.12.2...v1.12.3

v1.12.2 (pyright 1.1.363)

15 May 11:25
74a6afa
Compare
Choose a tag to compare

What's Changed

  • fix reportUnsafeMultipleInheritance false positives when the class has a base class that does not define an __init__ or __init_subclass__ by @DetachHead in #351
  • update pyright version to 1.1.363 by @DetachHead in #363
  • fix reportAbstractUsage conflicting with reportMisssingSuperCall by @DetachHead in #352

New Contributors

Full Changelog: v1.12.1...v1.12.2

v1.12.1 (pyright 1.1.362)

09 May 01:40
05ca5b5
Compare
Choose a tag to compare

What's Changed

  • fix reportUnsafeMultipleInheritance false positives on TypedDicts and dataclasses by @DetachHead in #344

Full Changelog: v1.12.0...v1.12.1

v1.12.0 (pyright 1.1.362)

08 May 07:43
15c8d77
Compare
Choose a tag to compare

What's Changed

  • switch from nodejs-bin to nodejs-wheel by @lewis6991 in #323
    • this should fix node errors on some older operating systems
  • update upstream pyright version to 1.1.362 by @DetachHead in #340
  • add option to ban unsafe multiple inheritance by @DetachHead in #334
    • this makes reportMissingSuperCall less annoying, as it no longer needs to report missing super() calls on classes with no base class when reportUnsafeMultipleInheritance is enabled

New Contributors

Full Changelog: v1.11.0...v1.12.0

v1.11.0 (pyright 1.1.361)

01 May 03:43
d2706fa
Compare
Choose a tag to compare

What's Changed

  • allow running as a Python module (ie. python -m basedpyright) by @vemel in #324
  • support disabling deprecation, unused and unreachable hints in diagnostic severity overrides by @DetachHead in #326
  • exit with code 3 when an invalid diagnostic severity override value is specified by @DetachHead in #326
  • Adjust readme to document that pyright: ignore is safer and preferred over type: ignore comments by @KotlinIsland in #331
  • fix normal variables incorrectly getting a TypeAlias inlay hint if their type came from a type alias by @DetachHead in #328
  • update upstream pyright version to 1.1.361 by @DetachHead in #333

New Contributors

Full Changelog: v1.10.4...v1.11.0

v1.10.4 (pyright 1.1.360)

25 Apr 01:56
Compare
Choose a tag to compare

What's Changed

  • activate vscode extension if workspace contains a pyproject.toml by @DetachHead in #316
  • bump upstream pyright version to 1.1.360 by @DetachHead in #322
  • document how to use the new pyright pycharm plugin(s) with basedpyright by @DetachHead in #322

Full Changelog: v1.10.3...v1.10.4

v1.10.3 (pyright 1.1.359)

19 Apr 05:23
27222b1
Compare
Choose a tag to compare

What's Changed

  • fix reportImplicitRelativeImport not being configurable by @DetachHead in #306
  • fix suggested import code action not working when the whole module is already imported by @DetachHead in #314

Full Changelog: v1.10.2...v1.10.3

v1.10.2 (pyright 1.1.359)

17 Apr 01:26
d365387
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.1...v1.10.2

v1.10.1 (pyright 1.1.358)

12 Apr 06:15
6cdbcb6
Compare
Choose a tag to compare

What's Changed

  • bump upstream pyright version to 1.1.358 by @DetachHead in #281
  • automatically fix python.languageServer setting in vscode and improve automatic fixes for when pylance is installed by @DetachHead in #285
  • fix import suggestion code actions being dependent on where the cursor is on the symbol by @DetachHead in #282

Full Changelog: v1.10.0...v1.10.1