-
not sure if this is something that can be determined without type analysis (#3893), but sometimes `PYI011` conflicts with pyright's `reportInvalidTypeVarUse` rule. for example, in the following `.pyi`…
-
`pyright`'s output is quite verbose for a pre-commit hook. We can combine it with grep to give much less verbose output:
```yaml
hooks:
- id: pyright
entry: bash -c '! pyright "$@" | grep …
-
According to the [Readme](https://github.com/danielgtaylor/python-betterproto/blob/master/README.md#one-of-support) it should be possible to access fields of a oneof-group by pattern matching so that …
-
```py
from typing import Annotated
from fast_depends import Depends, Provider, inject
provider = Provider()
def abc_func() -> int:
raise NotImplementedError
def real_func() -> in…
-
### Issue Report Checklist
(Since this is a question, I removed the irrelevant checkboxes)
* [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar …
-
If this cannot be used with pyright (isntead of mypy), then what needs to happen so that it can be used with pyright?
-
In addition to mypy-primer, it would be useful to have a pyright-primer to see how changes we make affect pyright's type checking.
@erictraut do you agree? Would your team be able to help set this …
-
🐛 **Describe the bug**
I am using `azure-functions-durable==1.2.9`. Since my repository is type checked by Pyright (in strict mode), I get the following error:
Stub file not found for "azure…
-
Hello.
This library is a bit difficult to use with type hints.
Any way to use the types defined inside the code?
e.g.:
`Pyright : Argument of type "str" cannot be assigned to parameter "color" of …
-
Hi, thank you for this excellent LSP! I'm on NeoVIM and basedpyright reports most of the issues I care about, except the use of undefined symbols like undeclared variable `x` on the screenshot:
![b…
eldar updated
2 weeks ago