What's Changed
- fix
# pyright: ignore
code actions inserting the comment before the last character if the error is on the last line in the file by @DetachHead in #1398 - fix inlay hints not appearing on instance attribute declarations by @DetachHead in #1410
- fix renaming files when imported with a relative import by @DetachHead in #1414
- fix "find all references" on
__init__
and__new__
methods by @DetachHead in #1415 - add tip to the docs recommending prefligit over pre-commit by @DetachHead in #1413
Full Changelog: v1.31.0...v1.31.1