mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-17 03:18:38 +00:00
Adds two configuration-file only settings `extend-safe-fixes` and `extend-unsafe-fixes` which can be used to promote and demote the applicability of fixes for rules. Fixes with `Never` applicability cannot be promoted. |
||
|---|---|---|
| .. | ||
| diagnostic.rs | ||
| edit.rs | ||
| fix.rs | ||
| lib.rs | ||
| source_map.rs | ||
| violation.rs | ||