What's Changed
automatic conversion to f-string when typing {
inside a string
implement basedpyright.analysis.autoFormatStrings
setting from pylance:
implemented in #1390
other changes
- Remove duplicate semantic tokens for readonly properties by @ValdezFOmar in #1386
- fix
writeBaseline
,restartServer
andcreateTypeStub
commands only being registered in the vscode extension instead of the language server by @DetachHead in #1385 - Change default diagnostic category for
reportImplicitAbstractClass
to"error"
whentypeCheckingMode
is"recommended"
by @tylerlaprade in #1392 - improve wording in the cards on the docs home page & mention upstream merging by @DetachHead in #1393
Full Changelog: v1.30.1...v1.31.0