-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
configurationRelated to settings and configurationRelated to settings and configurationcoreRelated to core functionalityRelated to core functionality
Description
Currently ruff support ~500 rules in ~50 categories.
I tried to create a set of rules that would be as generic as possible, but it didn't work out very well for me(mostly probably because I only use Python for a few small projects).
I am currently using a hand-picked mix of F, E, SIM, A, B rules
I think rule sets pointing to other style rules like:
- Ruff minimal (RM)
- Ruff minimal autofixable (RMA)
- Ruff recommended (RR)
- Ruff recommended autofixable (RRA)
- Ruff advanced (RA)
- Ruff advanced autofixable (RAA)
would be useful, would work well without the need for configuration
Metadata
Metadata
Assignees
Labels
configurationRelated to settings and configurationRelated to settings and configurationcoreRelated to core functionalityRelated to core functionality