pyright-python
pyright-python copied to clipboard
Python command line wrapper for pyright, a static type checker
Reproduction repo is here: https://github.com/blast-hardcheese/pyright-python-bug Description --- Despite installing a dedicated version of node, the system `node` is attempted to be used. Full traceback is here: ``` /app # PYRIGHT_PYTHON_FORCE_VERSION=latest...
When running `poetry run pyright`, pyright exits with error code 243 with no additional output. This issue is possibly related to `fnm` or `poetry`. ``` nick:~/dev/_projects/python master* PYRIGHT_PYTHON_DEBUG=1 poetry run...
Note: if you are reporting a wrong signature of a function or a class in the standard library, then the typeshed tracker is better suited for this report: https://github.com/python/typeshed/issues. **Describe...
Thanks a lot for the nice integration. I am facing a strange issue when integrating pyright pre-commit with my repository. Everything works fine when I am not using a company...
Our current docker-based tests are broken on this specific platform for some reason. This needs more investigation.
See this comment for context: https://github.com/microsoft/pyright/issues/3627#issuecomment-1168554138 Things to consider: - [ ] Does `--quiet` mean that warnings for new npm versions are output?
Calling `pyright`, I get > * Install prebuilt node (18.11.0) ..... done. You do not have sufficient privilege to perform this operation. You do not have sufficient privilege to perform...
_This is transferred from microsoft/pyright#3414. Possibly related to #56._ pyright crashes with the following error after node 18 has been released. ``` > pyright myproject * Install prebuilt node (18.0.0)...
a bit of context: * running things in docker in this case * docker image has a bunch of pre-commit hooks preinstalled * then mounting `$PWD` to actually run lint...
Hello! I have successfully put this package on to Conda Forge, and I am extending the invitation for the owner/maintainers of this package to be maintainers on Conda Forge as...