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

Run npm in silent mode when invoking `pyright --version` #262

Open Akuli opened 5 months ago

Akuli commented 5 months ago

This makes it easier to parse the output for checking the pyright version in scripts.

We ran into this in https://github.com/python/typeshed/pull/11743.

jakebailey commented 5 months ago

Alternatively, it'd be super helpful if all of this stuff were piped to stderr.