type-check
Run Pyright type checker on Python code. Supports passing Make variables and setting a timeout.
Instructions
Run pyright type checker
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables | No | Make variables to pass (e.g., {'DEBUG': '1'}) | |
| timeout | No | Timeout in seconds (default: 300, max recommended: 3600) |