ruff-check
Lint Python code to identify style violations and potential errors using RUFF. Optionally specify a configuration file.
Instructions
Lint Python code using RUFF to identify style violations and potential errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python code to analyze | |
| config_path | No | Optional path to RUFF configuration file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | Yes | List of linting issues found | |
| total_issues | Yes | Total number of issues | |
| fixable_issues | Yes | Number of auto-fixable issues |