Python developers have long suffered from painfully slow type checkers. Running mypy on a large codebase? Time to grab a coffee. Need real-time type checking in your editor? Prepare for frustrating lag and occasional crashes. But what if type checking could be nearly instantaneous? Enter ty (gh:astral-sh/ty), the latest tool from Astral—the team behind the wildly successful Ruff linter and uv package manager. Still in pre-alpha, ty is already turning heads with performance that makes existi...