What's Changed
hover and "go to definition" on operators
pylance supports "go to definition" on some operators. basedpyright now supports this and takes it a step further by also showing hover information as well:
implemented by @KurtBoehm in #1576
docs
- update zed docs to add back the recommendation to use the project's version of basedpyright again (i incorrectly assumed this was no longer necessary) by @DetachHead in #1602
- Add neovim LSP server setting example using 0.11 format by @hydecnc in #1605
other changes
- Add
basedpyright.configFilePathto the language server by @brunovollmer in #1607 - Fix semantic token of variables with a generic type by @KurtBoehm in #1610
- October 2025 Russian localization fixes by @decorator-factory in #1620
New Contributors
- @hydecnc made their first contribution in #1605
- @brunovollmer made their first contribution in #1607
Full Changelog: v1.32.1...v1.33.0