pyright

Static type checker for Python with fast performance

brewmacoslinux
Try with needOr install directly
Source

About

Static type checker for Python

Commands

pyright

Examples

Check types in a single Python file$ pyright myfile.py
Type check entire project directory$ pyright .
Run type checker with specific output level$ pyright --outputjson myproject/