RobertCraigie / pyright-python

Python command line wrapper for pyright, a static type checker
https://pypi.org/project/pyright/
MIT License
164 stars 22 forks source link

Feature request: `PYRIGHT_PYTHON_FORCE_VERSION=github` #227

Open bersbersbers opened 10 months ago

bersbersbers commented 10 months ago

I'd love if I could use pyright-python to test the latest version of pyright from GitHub (irrespective of any release cycle). Not sure if this is even possible, but I read that npm can install from a GitHub link, so that might be doable easily.