-
Hello,
at the moment mypy has trouble importing the openexr_numpy module, resulting in the [Missing library stubs or py.typed marker](https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-l…
-
This is a reminder list for relatively easy changes we may want to do in a major version.
- Local partial types
- PEP 688 change bytearray memoryview promotion by default
- Remove logic for legac…
-
### 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…
-
# Add a py.typed file
## Describe the chore
The library is missing a py.typed file. This adds friction when using it with a type checker like mypy as the type-checker will not recognise the type…
-
# Bug report
## What's wrong
The `Serializer.validators`property has the type
> Type of "self.validators" is "list[((Any) -> None) | ContextValidator[Any]]"
This is the result of `reveal_t…
-
### Describe the problem, ie expected/actual result (if it's not blatantly obvious)
When writing tests with pytest, any method decorated with `@pytest.fixture` causes `no-any-expr` to be reported.
…
-
In 5.0.3, the value of a [`GenericRelation`](https://docs.djangoproject.com/en/5.0/ref/contrib/contenttypes/#django.contrib.contenttypes.fields.GenericRelation) field is given the useless type `_ST` (…
-
Running stubtest from mypy main on typeshed produces:
```
error: not checking stubs due to mypy build errors:
stdlib/asyncio/events.pyi:23: note: class asyncio.unix_events.AbstractChildWatcher is…
-
I created a minimum failing example [here](https://github.com/mttbernardini/pbtest) with a [workflow matrix](https://github.com/mttbernardini/pbtest/actions/runs/9184637637) that tests using `mypy`, `…
-
Running mypy in a project that uses ghapi results in this error:
```
foo.py:14: error: Skipping analyzing "ghapi.all": module is installed, but missing library stubs or py.typed marker [import-un…