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"),