python_lint
Lint Python code to detect errors and style issues using ruff, with auto-fix support for quick corrections.
Instructions
Lint Python code using ruff check with auto-fix support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | Automatically fix issues | |
| args | No | Additional arguments | |
| check | No | Check only, don't modify files | |
| files | No | Specific files to lint/format | |
| timeout | No | Command timeout in milliseconds | |
| directory | No | Working directory |