pyright-python icon indicating copy to clipboard operation
pyright-python copied to clipboard

Python command line wrapper for pyright, a static type checker

Results 53 pyright-python issues
Sort by recently updated
recently updated
newest added

I tried to migrate from GitHub Actions to pre-commit. However, I got the following errors: ``` pyright..................................................................Failed - hook id: pyright - exit code: 1 ?25l(⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂) ⠼ reify: timing arborist:ctor...

Instead of just using environment variables for configuration we could also use `pyproject.toml` with the `tool.pyright-python` key.

enhancement

We are using pyenv to manage our virtual environments. I was unable to get the pre-commit hook working in a way that it could be added to our repositories. It...

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.

IMO this makes sense, because npm output shouldn't be mixed with pyright output.

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...

I've dockerized my project and I want to be able to execute `pre-commit` hooks within the container. This currently work for everything except `pyright`. Here's my `.pre-commit-config.yaml` file: ```yaml repos:...

I originally posted this to the pyright project (https://github.com/microsoft/pyright/issues/5909). The moderator directed me to this project. python 3.11 MacOS Monterey 12.3.1 pyright 1.1.326 After installing pyright using pip, I tried...

having the pypi package download both node and the npm package when you first run the `pyright` command causes some issues: - we have a docker image where all the...

With this, dependabot will create a PR if one of the workflow actions is outdated. See also: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#github-actions