vulture_check
Find unused Python code and dead code in a project using static analysis. Identify redundant functions, classes, and imports to clean up your codebase.
Instructions
Find unused Python code with Vulture's dead-code analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |