Pyright is popular type checker for Python. Can it's output be compressed?
Contributor guide
Tech stack
rustpython
Domain
clideveloper experience
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
Basic Rust knowledgeUnderstanding of rtk's compression pipeline
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
First, examine the existing compression implementations for other tools (e.g., eslint, tsc) in the rtk codebase to understand the pattern. Then, investigate pyright's output format to determine if it is structured similarly and can be compressed. Look for any existing comments or linked PRs that may provide guidance. Finally, propose a plan for adding pyright support, including any necessary changes to the codebase.
Add support for pyright Python type checker · rtk-ai/rtk#808 | Good First Issue