Pyright
Pyright is an open‑source static type checker for Python, developed by Microsoft and implemented in TypeScript. It provides fast, scalable type analysis for Python projects and is used as the underlying type‑checking engine for Pylance, the Visual Studio Code Python extension, as well as a standalone command‑line tool and a language server.
Features of Pyright include static type checking with Python’s typing system (PEP 484, 585, and related features).
Usage and integration: Pyright is available as a command-line tool (pyright) and as a language server (pyright-langserver)
Background and licensing: Pyright is maintained by Microsoft and released under the MIT license. The source