From a8c1915e2efbcd0a4bd798ed3e81cdc18f8e1890 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 13 Mar 2023 15:52:05 -0400 Subject: [PATCH] Remove erroneous C4-to-C40 redirect (#3488) --- crates/ruff/src/rule_redirects.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ruff/src/rule_redirects.rs b/crates/ruff/src/rule_redirects.rs index 8a8c214965..a7fce22eec 100644 --- a/crates/ruff/src/rule_redirects.rs +++ b/crates/ruff/src/rule_redirects.rs @@ -18,7 +18,6 @@ static REDIRECTS: Lazy> = Lazy::new(|| { // The following are here because we don't yet have the many-to-one mapping enabled. ("SIM111", "SIM110"), // The following are deprecated. - ("C4", "C40"), ("C9", "C90"), ("T1", "T10"), ("T2", "T20"),