ruff-check
Analyze Python code with RUFF to detect style violations and potential errors.
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 |