From 5b9132bc338cefd233e1775a54c88fc6af1c3b0e Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 30 Jan 2024 10:51:31 -0600 Subject: [PATCH] Remove the NURSERY selector from the json schema (#9695) --- crates/ruff_linter/src/rule_selector.rs | 1 - ruff.schema.json | 1 - 2 files changed, 2 deletions(-) diff --git a/crates/ruff_linter/src/rule_selector.rs b/crates/ruff_linter/src/rule_selector.rs index 2f6e7a5da12ac..efd105bb60112 100644 --- a/crates/ruff_linter/src/rule_selector.rs +++ b/crates/ruff_linter/src/rule_selector.rs @@ -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(), diff --git a/ruff.schema.json b/ruff.schema.json index 087af61ccf8c1..6509aa01bf743 100644 --- a/ruff.schema.json +++ b/ruff.schema.json @@ -3083,7 +3083,6 @@ "NPY2", "NPY20", "NPY201", - "NURSERY", "PD", "PD0", "PD00",