mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 22:31:47 +00:00
Remove the NURSERY selector from the json schema (#9695)
This commit is contained in:
parent
e37b3b0742
commit
c86e14d1d4
2 changed files with 0 additions and 2 deletions
|
@ -267,7 +267,6 @@ mod schema {
|
|||
[
|
||||
// Include the non-standard "ALL" and "NURSERY" selectors.
|
||||
"ALL".to_string(),
|
||||
"NURSERY".to_string(),
|
||||
// Include the legacy "C" and "T" selectors.
|
||||
"C".to_string(),
|
||||
"T".to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue