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
- @korchizhinskiy made their first contribution in #980
- @Wizzerinus made their first contribution in #970
Full Changelog: v1.23.2...v1.24.0