|
|
il y a 2 mois | |
|---|---|---|
| .. | ||
| LICENSE | il y a 2 mois | |
| README.md | il y a 2 mois | |
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