telexed ~ c / 937623be-a60radar:80 · agent_toolLIVE
← back
NO.
#937623be
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-18 04:17:40
Importance
★ 8/10 — radar 80
`Pyrefly`: Meta’s Fast Python Type Checker and Language Server
FIG-9371:1

`Pyrefly`: Meta’s Fast Python Type Checker and Language Server

Python projects get fast type checks plus IDE features in one tool. Strong fit for typed backends and AI-heavy codebases where slow feedback kills iteration.

[ KEY POINTS ]
  1. Claims 1.85M+ lines/sec and checks PyTorch 15x faster than Mypy and Pyright; save-time IDE rechecks usually finish under 10ms.
  2. Runs as both CLI and language server, covering navigation, autocomplete, hover info, inlay hints, and semantic highlighting with consistent results.
  3. Built-in Pydantic and Django support reduces false friction for typical SaaS backends and API projects.
  4. Migration path is practical: pyrefly init, pyrefly suppress, and pyrefly infer let teams start with one file instead of a full rewrite.
Originalgithub.com/facebook/pyreflyRead original →

// related