v1.8.0 (pyright 1.1.356)
What's Changed
- fix duplicated inlay hints in neovim (#209)
- Support
defaultLibrary
semantic token modifier by @ValdezFOmar (#193) - Support
decorator
semantic token type by @ValdezFOmar (#217) - include the upstream version number in the
--version
output (#218)- bump upstream pyright version to 1.1.356
- from now on, all future basedpyright releases will be based on a release version of pyright
- add new
reportImplicitRelativeImport
diagnostic rule instead of banning them entirely in the import resolver (#220)- from now on, any breaking changes to upstream pyright will be configurable. sorry about that!
- add links to readme and improve command line installation instructions by @KotlinIsland & @DetachHead (#221)
Full Changelog: v1.7.0...v1.8.0