mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05: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.