Is nursery enabled with select = ["ALL"]
?
#6495
-
Is nursery enabled with Reading through the docs here, I don't quite see anything on how to enable the nursery: https://beta.ruff.rs/docs/configuration/ I see a lot of this sentence in the docs right now:
But it doesn't really say if one can globally opt into the nursery. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Selecting |
Beta Was this translation helpful? Give feedback.
Yeah, the
NURSERY
flag is quite well-hidden (perhaps intentionally, as the nursery rules have problems).I think you would need to use
select = ["ALL", "NURSERY"]
to select all non-nursery and nursery rules.