ty_check
Run ty type checking to identify type errors in Python code, with optional filtering by severity, paths, or changed files only.
Instructions
Run ty type checking with an optional severity filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | all | |
| paths | No | ||
| changed_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | No | ||
| output | Yes | ||
| fixable | No | ||
| warnings | No | ||
| exit_code | Yes | ||
| saved_tokens | No | ||
| savings_percent | No |