mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:42:02 +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.
|
// 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(),
|
||||||
|
|
1
ruff.schema.json
generated
1
ruff.schema.json
generated
|
@ -3083,7 +3083,6 @@
|
||||||
"NPY2",
|
"NPY2",
|
||||||
"NPY20",
|
"NPY20",
|
||||||
"NPY201",
|
"NPY201",
|
||||||
"NURSERY",
|
|
||||||
"PD",
|
"PD",
|
||||||
"PD0",
|
"PD0",
|
||||||
"PD00",
|
"PD00",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue