-
This is a (p)repost from https://github.com/python/mypy/issues/18184, which also applies here:
The false negative can be reproduced with:
```py
from collections.abc import Sequence
from typing…
-
Many tools in the python development process could benefit from a consistent way of resolving the current project's python executable and virtual env. Since uv already has [documented logic for python…
-
At runtime, the following members are currently excluded by `Protocol`: ([source](https://github.com/python/cpython/blob/4c317918486348ff8486168e1003be8c1daa6cf5/Lib/typing.py#L1863-L1878))
```pyth…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
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 …
-
i'm not certain, but it seems like this project shares similar ideas to [basedpyright](https://github.com/detachhead/basedpyright), i wonder if there is any benefit to collaborating and sharing ideas …
-
### What happened?
When getting code suggestions it is showing both suggestions from PyCharm and from Pyright:
![image](https://github.com/user-attachments/assets/74e3ce56-ce17-46bd-9e02-4c045eb25…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Not sure if this is expected or not, but my decimal constraints do not appear to make it to the Jsonschema:
##…
-
## Describe the bug
Static type checkers like [Pyright](https://github.com/microsoft/pyright) generally don't work correctly with Jittor.
I'm new to Jittor, and haven't looked into the codebase, so …
-
If this cannot be used with pyright (isntead of mypy), then what needs to happen so that it can be used with pyright?