basedpyright

A Pyright fork with improved type checking and built-in Pylance features

brewmacoslinux
Try with needOr install directly
Source

About

Pyright fork with various improvements and built-in pylance features

Commands

basedpyright

Examples

Check type errors in a Python file$ basedpyright myfile.py
Analyze entire project directory with strict mode$ basedpyright --strict .
Generate detailed type checking report$ basedpyright --outputjson src/ > report.json