mirror of
https://github.com/microsoft/pyright.git
synced 2024-11-05 02:46:22 +03:00
.. | ||
build | ||
images | ||
schemas | ||
src | ||
.vscodeignore | ||
CHANGELOG.md | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js |
Static Type Checker for Python
Pyright is a full-featured, standards-based static type checker for Python. It is designed for high performance and can be used with large Python source bases.
Pyright includes both a command-line tool and an extension for Visual Studio Code.
Documentation
Refer to the documentation for installation, configuration, and usage details.