-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
coreRelated to core functionalityRelated to core functionality
Description
How about supporting different groups of fixables in the configuration file?
So you can e.g. add a group for safe fixes that you always want to be fixed automatically like e.g. sorting imports.
And another group for fixes you only want applied automatically when you are focusing on improving code quality.
CLI could look something like this, e.g. for a group called "safe" defined in the config:
ruff check --fix safe .
SigureMo and JonathanPlasse
Metadata
Metadata
Assignees
Labels
coreRelated to core functionalityRelated to core functionality