Created by: kelvins
What is this Python project?
Pyright is a fast type checker meant for large Python source bases. It can run in a “watch” mode and performs fast incremental updates when files are modified.
https://github.com/microsoft/pyright
What's the difference between this Python project and similar ones?
- Pyright does not require a Python environment or imported third-party packages to be installed.
- Pyright supports configuration files that provide granular control over settings.
- Different “execution environments” can be associated with subdirectories within a source base.
- Each environment can specify different module search paths, python language versions, and platform targets.
--
Anyone who agrees with this pull request could vote for it by adding a