-
Hello, i'm trying to fix a bug in django type stubs, and i believe i've stubled upon bug in mypy.
Django has following syntax for defining foreign keys:
```python
class Book(models.Model):
…
-
### Description
With the following code:
```python
import msgspec as ms
class Base(ms.Struct, frozen=True):
...
class Child(Base):
...
assert Child.__struct_config__.froz…
-
Hi,
First, thank you for your great work! I love this application and its capabilities. That said, I'm currently struggling with the configuration of a Language Server, specifically for the python…
-
While making a PR I found a `TODO` that goes along the lines of "is `*args` support for `TypeGuard` even worth it?"
I want to approach this from a different perspective. [Pyright supports this](htt…
-
**Describe the bug**
`pyright` thinks `slice` is not hashable. But it is since 3.12, see https://github.com/python/cpython/issues/84783.
**Code or Screenshots**
```python
{slice(0)}
```
```
c:\Git\…
-
## Problem
One of the biggest reasons for using an ORM is the autocomplete value that it provides, currently all of our query arguments will not be autocompleted, this is an issue as it greatly…
-
**Bug Report**
If there is a function that takes `*args: Iterable[float]` as an argument, mypy still thinks it is a tuple of iterates after converting it to tuple of tuple via either map or tuple c…
-
### 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://pydantic-docs.helpmanual.io) and still th…
-
Hi,
I really want to try the semantic highlighting in neovim and searched a lot, finally found this plugin. 😀
So I have
- upgraded my neovim from 0.7.2 to neovim 0.8
- installed this plugin, using…
-
To be in accordance with [PEP 561](https://www.python.org/dev/peps/pep-0561/) we should add a py.typed file to google/cloud/dns/py.typed
The file can be empty but does need to be present for some t…