Skip to content

Commit 0dc51d7

Browse files
authored
Add a few more type checkers to top level tables (#98)
1 parent be2d934 commit 0dc51d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject-fmt/rust/src/global.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ pub fn reorder_tables(root_ast: &SyntaxNode<Lang>, tables: &Tables) {
6565
"tool.vendoring",
6666
// Type checking
6767
"tool.mypy",
68+
"tool.pyrefly",
6869
"tool.pyright",
70+
"tool.ty",
71+
"tool.django-stubs",
6972
],
7073
);
7174
}

0 commit comments

Comments
 (0)