-
# Bug report
## What's wrong
Since version 5.0.0 (probably since #2000), the following code fails:
```python
from django.contrib.auth.models import AbstractUser
class User(AbstractUser):
…
-
# Prerequisites
First of all, thanks for the great work on this library. I wanted to mention a few issues I had while installing your library related to dependency versions. I'm submitting only one…
advl updated
5 months ago
-
**Describe the bug**
Was attempting to create some good type stubs and got these errors:
```
Running mypy for Python 3.8...
*** Testing Python 3.8 on linux
Testing third-party packages...
testin…
-
(and possibly other methods; in fact, I would bet any method that isn't annotated as returning `Self` in `query.pyi`.)
```python
#$ cat foo.py
from typing import Self, TypeVar
from django.db im…
-
Hi,
to keep it short, when upgraded `4.3.2` -> `4.4.1`, mypy started throwing following errors
```
Skipping analyzing "troposphere": module is installed, but missing library stubs
or py.typed…
-
If I install `pytest-xdist` and run tests with `pytest -n8`, sometimes (half the time?) the test `models_imported_inside_init_file_one_to_one_field` fails with a failure like:
```
Traceback (most …
-
**Feature**
There are cases where mypy spits out an `attr-defined` error when accessing `bar.foo`; these can be ignore per-use with a `# type: ignore[attr-defined]`, however, there doesn't currentl…
-
Running mypy on code that uses the latest version of `keyrings.alt` fails with the error message "module is installed, but missing library stubs or py.typed marker". Please add type annotations to th…
-
Running mypy on code that uses the latest version of `pypistats` fails with the error message "module is installed, but missing library stubs or py.typed marker". A quick look at `pypistats`'s source…
-
currently the LAX_BASELINE_MYPY_CONFIG doesn't include any plugins, it would be useful if we could load the plugins set in the mypi.ini or pass them to `typing-copilot`
```
example_project/polls/m…