Skip to content

v1.24.0 (pyright 1.1.392)

Latest
Compare
Choose a tag to compare
@DetachHead DetachHead released this 15 Jan 12:11
· 13 commits to main since this release

What's Changed

  • add allowedUntypedLibraries setting to support disabling diagnostics for untyped functions/classes imported from specific modules by @Wizzerinus in #970
  • report an error instead of crashing when attempting to baseline errors from files that are located outside of the project root by @DetachHead in #982
  • fix import suggestion code actions being disabled when basedpyright.analysis.autoImportCompletions is disabled by @DetachHead in #983
  • update pyright to 1.1.392 by @DetachHead in #996
  • improve example in the docs for configuring the language server in neovim by @korchizhinskiy in #980

New Contributors

Full Changelog: v1.23.2...v1.24.0