DetachHead / basedpyright

pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server
http://docs.basedpyright.com/
Other
613 stars 13 forks source link

fix `Never` type aliases being coloured as a variable when using the new python 3.12 type alias syntax #403

Closed DetachHead closed 3 weeks ago

DetachHead commented 3 weeks ago

fixes #402

github-actions[bot] commented 3 weeks ago

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅