What's Changed
- fix
reportAny
/reportUnknown*
false positives on function calls where the type of the default value isAny
or Unknown and the argument isn't used in the call by @DetachHead in #1120 - fix crash in vscode extension when the path to
basedpyright-langserver
executable contains a space by @DetachHead in #1126 - Remove some irrelevant/misleading mentions of pylance from the docs by @DetachHead in #1136
- update pyright to 1.1.397 by @DetachHead in #1145
Full Changelog: v1.28.1...v1.28.2