Python language server (Pyright) for Claude Code, providing static type checking and code intelligence.
.py, .pyi
Install Pyright globally via npm:
npm install -g pyright
Or with pip:
pip install pyright
Or with pipx (recommended for CLI tools):
pipx install pyright