What's Changed
- allow running as a Python module (ie.
python -m basedpyright
) by @vemel in #324 - support disabling deprecation, unused and unreachable hints in diagnostic severity overrides by @DetachHead in #326
- exit with code 3 when an invalid diagnostic severity override value is specified by @DetachHead in #326
- Adjust readme to document that
pyright: ignore
is safer and preferred overtype: ignore
comments by @KotlinIsland in #331 - fix normal variables incorrectly getting a
TypeAlias
inlay hint if their type came from a type alias by @DetachHead in #328 - update upstream pyright version to 1.1.361 by @DetachHead in #333
New Contributors
Full Changelog: v1.10.4...v1.11.0