pyright-lsp

Python language server (Pyright) for type checking and code intelligence

View on GitHub
Author Anthropic
Namespace @anthropics/claude-plugins-official
Category development
Version 1.0.0
Stars 5,333
Downloads 72
self.md verified
Table of content

Python language server (Pyright) for type checking and code intelligence

Installation

npx claude-plugins install @anthropics/claude-plugins-official/pyright-lsp

Contents

Files: README.md

Documentation

Python language server (Pyright) for Claude Code, providing static type checking and code intelligence.

Supported Extensions

.py, .pyi

Installation

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

More Information

Source

View on GitHub

Tags: development