|
|
il y a 6 mois | |
|---|---|---|
| .. | ||
| LICENSE | aecd4c852f Add Apache 2.0 LICENSE files to all internal plugins | il y a 6 mois |
| README.md | 1d99e18048 Add installation instructions to LSP plugin READMEs | il y a 8 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