An Intro to ty - The Extremely Fast Python type checker - Mouse Vs Python
Briefly

Ty is an innovative Python type checker developed by Astral, known for Ruff. While still in preview, it is designed for users to explore its capabilities. Installation is straightforward, with options like pip for quick integration. Users can run type checks from the command line and exclude files conveniently. Compatibility with IDEs, particularly through an official VS Code extension, enhances accessibility. Though Ty is not yet ready for production, its performance is anticipated to echo Ruff's success in the Python community, sparking interest among developers for testing and feedback.
Ty is a new, fast Python type checker built in Rust, currently in preview and not yet production-ready, encouraging early exploration.
The installation methods for Ty are accessible through pip and other means, allowing users to quickly integrate it into their workflows.
Ty aims to provide a similar experience to Ruff, with commands like 'ty check' enabling easy type checking in Python projects.
The official support for Ty in IDEs like VS Code and the potential to expand to others through the language server protocol highlights its development.
Read at Mouse Vs Python
[
|
]