progressive_disclosure:
entry_point:
summary: "Fast Python type checker from Microsoft with VS Code integration and strict modes"
when_to_use:
- "When needing faster type checking than mypy"
- "When using VS Code (Pylance)"
- "When requiring stricter type checking"
- "When migrating from mypy"
quick_start:
- "npm install -g pyright"
- "Create pyrightconfig.json"
- "pyright ."
token_estimate:
entry: 65-80
full: 3500-4500