-
Notifications
You must be signed in to change notification settings - Fork 471
Maintenance: Evaluate ty as Python type checker #7902
Copy link
Copy link
Labels
internalMaintenance changesMaintenance changeson-holdThis item is on-hold and will be revisited in the futureThis item is on-hold and will be revisited in the futuretypingStatic typing definition related issues (mypy, pyright, etc.)Static typing definition related issues (mypy, pyright, etc.)
Metadata
Metadata
Assignees
Labels
internalMaintenance changesMaintenance changeson-holdThis item is on-hold and will be revisited in the futureThis item is on-hold and will be revisited in the futuretypingStatic typing definition related issues (mypy, pyright, etc.)Static typing definition related issues (mypy, pyright, etc.)
Type
Projects
Status
Working on it
Why is this needed?
ty is a new extremely fast Python type checker and language server written in Rust by Astral (creators of uv and Ruff).
We currently use
mypyand have some pain points:typromises to address these issues with:Which area does this relate to?
No response
Solution
Evaluate ty against our codebase and compare results with current mypy setup. If viable, I'll replace
mypywithtyin CI.I'll create sub-issues for each step.
Acknowledgment