Python
fromThe JetBrains Blog
2 weeks agoPyrefly LSP Integration in PyCharm 2026.1.2 | The PyCharm Blog
Pyrefly is Meta’s Rust-based Python type checker that provides IDE code intelligence via the Language Server Protocol.
Charlie Marsh announced the Beta release of ty on Dec 16 "designed as an alternative to tools like mypy, Pyright, and Pylance." Extremely fast even from first run Successive runs are incremental, only rerunning necessary computations as a user edits a file or function. This allows live updates.