mirror of https://github.com/astral-sh/ruff
Remove the NURSERY selector from the json schema (#9695)
This commit is contained in:
parent
e37b3b0742
commit
c86e14d1d4
|
|
@ -267,7 +267,6 @@ mod schema {
|
||||||
[
|
[
|
||||||
// Include the non-standard "ALL" and "NURSERY" selectors.
|
// Include the non-standard "ALL" and "NURSERY" selectors.
|
||||||
"ALL".to_string(),
|
"ALL".to_string(),
|
||||||
"NURSERY".to_string(),
|
|
||||||
// Include the legacy "C" and "T" selectors.
|
// Include the legacy "C" and "T" selectors.
|
||||||
"C".to_string(),
|
"C".to_string(),
|
||||||
"T".to_string(),
|
"T".to_string(),
|
||||||
|
|
|
||||||
|
|
@ -3083,7 +3083,6 @@
|
||||||
"NPY2",
|
"NPY2",
|
||||||
"NPY20",
|
"NPY20",
|
||||||
"NPY201",
|
"NPY201",
|
||||||
"NURSERY",
|
|
||||||
"PD",
|
"PD",
|
||||||
"PD0",
|
"PD0",
|
||||||
"PD00",
|
"PD00",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue