-
I see that you are recommending my plugin as "the" PyCharm plugin for basedpyright (thanks for that). There's one problem with this: LSP settings will not be sent in the way the user expects.
Accor…
-
### Package name
python3-pyright
### Package homepage
https://github.com/RobertCraigie/pyright-python
### Description
Python command line wrapper for pyright, a static type checker.
Needed for…
-
### Check for existing issues
- [X] Completed
### Describe the feature
## Current Situation
I'm working with a remote server that can only be accessed via SSH and has no internet connection du…
-
After struggling to get my server's `python.analysis.*` settings to apply, I stumbled across https://github.com/DetachHead/basedpyright/issues/513 and realized my issue was that a minimal `pyproje…
-
It would be a "nice to have" to someday pass `pyright`. We currently pass all unit tests using `beartype` or `typeguard` as of #2188 so type hints reflect the values passed in unit tests. I'd like to …
-
[blanket-type-ignore](https://docs.astral.sh/ruff/rules/blanket-type-ignore/#blanket-type-ignore-pgh003) bans blanket `# type: ignore` comments, however that's not entirely helpful for Pyright users.
…
kkom updated
2 months ago
-
It would be awesome if you added a stubs file (and type hints within the exposed parts of the API) so that static type checkers (e.g., `pyright`) can properly type check with this library.
Given t…
-
### Dagster version
dagster, version 1!0+dev
### What's the issue?
This is probably a me thing but I don't know what it is.
(dagster) [\w]\n$ make pyright
python scripts/run-pyright.py --all
…
-
That is a great simple plugin!
I could not figure out, how to configure pyright and ruff to use the environment variable. Could you please give me a hint?
-
It would nice to include a type checking tools to our pre-commit/CI checks.
@marcus-oscarsson suggest using pyright: https://github.com/microsoft/pyright
Another option is of cause the classical…