RobertCraigie / RobertCraigie/pyright-python
Version upgrade when on latest
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 277
- Forks
- 31
- Avg merge
- 4h 22m
- Merged PRs (30d)
- 3
Description
I got:
WARNING: there is a new pyright version available (v1.1.405 -> v1.1.405).
Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`
when using PYRIGHT_PYTHON_FORCE_VERSION=1.1.405
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 reproducing the warning in the pyright-python CLI with PYRIGHT_PYTHON_FORCE_VERSION=1.1.405, where the installed and available versions are identical. Trace the version comparison and warning path, then add coverage for this case if the repository has a relevant test location. Done means the warning is not shown when the forced version is already the latest.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100