RobertCraigie / RobertCraigie/pyright-python
Add support for configuration through pyproject.toml
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 277
- Forks
- 31
- Avg merge
- 4h 22m
- Merged PRs (30d)
- 3
Description
Instead of just using environment variables for configuration we could also use pyproject.toml with the tool.pyright-python key.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating how the Python CLI currently reads environment variables and how project configuration is discovered. Add support for settings under the pyproject.toml tool.pyright-python key, and verify that configuration is applied when the wrapper is run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100