Pyright User Guides on this repository
Tip
Official documentation for Pyright is available at https://microsoft.github.io/pyright
How to use Pyright
If you want to run Pyright to manually check types in your Python code, run the following command:
1 |
|
Pyright Configurations
If you want to configure the Pyright, visit the Configuration for Pyright page.