lint
Run ruff linter on your codebase to enforce code quality and style. Configure with make variables and timeout.
Instructions
Run ruff linter
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) |