Ross ROSS = Recommend OSS · open-source software intelligence for agents

microsoft/pyright

Static Type Checker for Python observed · 2026-08-28

github.com/microsoft/pyright · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 97
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 14
  • age_days: 2731
  • days_rel: 21
  • days_push: 7
  • n_releases_24m: 34

Full methodology

Adoption not part of the score

15597 stars · 1804 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Pyright is a full-featured, standards-based static type checker for Python built by Microsoft, designed for high performance on large codebases. It ships as both a command-line tool and a Visual Studio Code extension.

Use cases

  • check python code for type errors
  • static type checking for a large python codebase
  • catch type mistakes in CI before merging
  • get type checking in vscode
  • validate type annotations in python project
  • run type checker from command line

When to choose

  • you need fast, standards-compliant type checking for Python
  • you want a VS Code integrated type checker
  • your codebase is large and checking speed matters
  • you want to enforce type hints in CI pipelines

When to avoid

  • you need runtime type validation rather than static analysis
  • you prefer mypy's plugin ecosystem or mypy-specific features
  • your project does not use type annotations at all

Facets

cli-tool · maturity active

type-system linter developer-tools cli developer-tools programming-languages testing python cross-platform cli editor-plugin static-analysis type-checking python vscode-extension microsoft editor-plugin nodejs

1 source

Member repositories

RepositoryRoleHealth v2
microsoft/pyrightmain98

For agents

markdown · JSON · MCP: product_card(name="microsoft/pyright")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem