What's Changed
- fix crash on inlay hints in notebooks when the type comes from another cell by @DetachHead in #1278
- improve docstring parsing for parameters by @rickyelopez in #1267
- fix
reportIncompatibleUnannotatedOverride
false positive & fix case where it changes the behavior ofreportIncompatibleMethodOverride
by @DetachHead in #1286 - Add semantic highlights for
self
andcls
parameters by @ValdezFOmar in #1291 - Do not autocomplete
@override
whenreportExplicitOverride
is disabled by @sterliakov in #1292 - Merge 1.1.401 by @DetachHead in #1297
- configure vscode to treat
selfParameter
andclsParameter
semantic token types as a subtype ofparameter
by @DetachHead in #1298
New Contributors
- @rickyelopez made their first contribution in #1267
- @sterliakov made their first contribution in #1292
Full Changelog: v1.29.1...v1.29.2