ruff_fix
Automatically fix linting violations in Python code. Specify a file or directory, optionally allow unsafe fixes, and provide a configuration path.
Instructions
Auto-fix linting violations where possible
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to file or directory to fix | |
| unsafe | No | Apply unsafe fixes (use with caution) | |
| config_path | No | Path to Ruff configuration file (optional) |