Description
Python code can be checked with a Pyright-based type analyzer that includes extra diagnostics and Pylance-inspired features. It is useful for developers who want stricter feedback while editing or validating Python projects.
This is a development tool for source code, usually used from an editor, language server setup, or command line. It may report many issues in existing projects, so teams should agree on the expected strictness.