#ty

[ follow ]
#python-type-checking
fromMouse Vs Python
1 day ago
Python

How to Switch to ty from Mypy - Mouse Vs Python

Ty is a fast Rust-based Python type checker installable locally or in CI, configurable via pyproject.toml, and integrable in GitHub Actions.
fromRealpython
3 months ago
Python

Astral's ty: A New Blazing-Fast Type Checker for Python - Real Python

ty is a fast Rust-based static type checker for Python suitable for personal projects but not yet production-ready due to missing features and bugs.
fromRealpython
3 months ago

Astral's ty Type Checker for Python Quiz - Real Python

In this quiz, you'll revisit the key concepts from Astral's ty: A New Blazing-Fast Type Checker for Python. You'll check your understanding of installing ty from PyPI, running type checks, and interpreting its structured diagnostics. You'll also recall how to configure and silence specific rules, limit the scope of checks, and adjust Python version or platform settings. By completing this quiz, you'll cement your ability to experiment confidently with ty in personal or exploratory projects.
Python
[ Load more ]