|
|
4 days ago | |
|---|---|---|
| .. | ||
| LICENSE | 4 days ago | |
| README.md | 4 days ago | |
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