-
Instead of nox use [pyright-action](https://github.com/jakebailey/pyright-action)
-
Can ujenkins better support return types(mostly for async staff)? When I use `AsyncJenkinsClient` and call for example `hw_jenkins.builds.get_artifact()` the return type is `Bytes` so when I `await` f…
-
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…
-
> > 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…
-
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…
-
[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]
```
…
-
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…
-
### Describe the bug
A clear and concise description of what the bug is.
### Steps To Reproduce
Steps to reproduce the behavior:
1. Enter in a folder with a python file, and turn it into a git p…
-
It would be worth checking that the `ocioview` annotations are complete.
-
**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…