-
### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
After supervision added `py.…
-
If pyright is installed from npm it will install itself with a cmd and powershell entry point on windows and a shell script on linux.
When trying to run this script using `uv run`, to run it in uv's …
-
First of all, thanks for casefy!
I'm having a minor issue with linting that is caused by the import mechanism that casefy uses. Specifically, if we use casefy as documented, the [Pyright](https://…
-
### Describe your environment
OS: Void Linux
Python version: Python 3.12
SDK version: 1.28.1
API version: 1.28.1
### What happened?
Pyright type checker complains about missing type stubs for
…
-
### What needs to get done
Update pyright and fix linting issues. See: https://github.com/canonical/craft-archives/pull/130
### Why it needs to get done
out of date software makes me sad :-(
-
Hello,
I have python code in two directories, for example: path1 and path2.
I am using this action with `working-directory` as follows:
```
name: CI
on:
pull_request:
branches:
…
-
```python
from ninja import Query, Field
class InstrumentFilter(FilterSchema):
symbol: Optional[str] = Field(None, q='symbol__icontains')
```
Here I get "No parameter named 'q'" on Field
…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Overriding `__pyright_extra__` causes a `pyright` typing error because the type is not the same as the base declaration…
-
**Describe the bug**
Pyright hangs in certain cases involving recursive type aliases.
**Code or Screenshots**
```python
from typing import TypeVar, Generic
U = TypeVar("U")
T = TypeVar("T")
class…
-
The Pyright language client would result in an error when disconnecting. And the subsequent connections would not be properly connected, even though the server is still actively running on the destina…