Skip to content

Commit

Permalink
Remove erroneous C4-to-C40 redirect (#3488)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Mar 13, 2023
1 parent c515a1b commit a8c1915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ruff/src/rule_redirects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ static REDIRECTS: Lazy<HashMap<&'static str, &'static str>> = 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"),
Expand Down

0 comments on commit a8c1915

Please sign in to comment.