-
I like basedpyright.
I use basedpyright in small-scale projects, typically around 5000 lines of code. However, basedpyright often easily consumes all my CPU, causing the completion menu in my edito…
-
> > Makes sense, do you think we can also add this? https://github.com/strawberry-graphql/strawberry/blob/main/strawberry/object_type.py#L152-L153
> > this should make it work slightly better with py…
-
A type alias that is generic over a ParamSpec can be specialized with a list of types, and if this list includes a TypeVar, the resulting alias is still generic to type checkers, but it cannot be subs…
-
**Environment**
![image](https://user-images.githubusercontent.com/59192491/177108931-0625adc9-54af-4e59-b6cc-e80fdf448b65.png)
**Steps to Reproduce**
1.Create a Flask Web Project.
2.Click Cre…
-
### Ensure stubs packages are not installed
- [X] No sqlalchemy stub packages is installed (both `sqlalchemy-stubs` and `sqlalchemy2-stubs` are not compatible with v2)
### Verify if the api is typed…
-
[TypeAliasType](https://docs.python.org/3/library/typing.html#typing.TypeAliasType) is the type of what you get when you use the `type` keyword, eg:
```python3
type Point = tuple[float, float]
```
…
-
Since for Python besides mypy the other big type checker is pyright (used by Visual Studio Code), add it to CI to ensure code appeases both checkers.
Might find things that mypy overlooked.
Import…
-
i'm not sure what's causing this, but for some reason all of my language servers are crashing with strange errors when running from a venv created by uv (tested with both ruff and basedpyright languag…
-
It would be worth checking that the `ocioview` annotations are complete.
-
When initializing a `BaseExceptionGroup` with non-base exceptions the stdlib (and the backport) will in fact return an `ExceptionGroup`. The typing in neither of typeshed nor the backport currently su…