Pyright - Fast Python Type Checker --- 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 --- Installation Node.js (Recommended) VS Code (Pylance) Pyright powers Pylance extension: pip Installation Configuration pyrightconfig.…