Skip to content

Commit 20052db

Browse files
committed
Remap TRIO to ASYNC1 to closer match existing behavior
1 parent e76f94d commit 20052db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff_linter/src/rule_redirects.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static REDIRECTS: Lazy<HashMap<&'static str, &'static str>> = Lazy::new(|| {
104104
("PGH001", "S307"),
105105
("PGH002", "G010"),
106106
// flake8-trio and flake8-async merged with name flake8-async
107-
("TRIO", "ASYNC"),
107+
("TRIO", "ASYNC1"),
108108
("TRIO1", "ASYNC1"),
109109
("TRIO10", "ASYNC10"),
110110
("TRIO100", "ASYNC100"),

0 commit comments

Comments
 (0)