-
-
Notifications
You must be signed in to change notification settings - Fork 501
Open
Labels
3rd partyPresence of a third party dependency has been mentionedPresence of a third party dependency has been mentionedbugSomething isn't workingSomething isn't workingmypy-pluginIssues specific to mypy_django_pluginIssues specific to mypy_django_plugin
Description
Bug report
I've updated django-stubs-ext
from 0.4.0 to 0.5.0 and got a lof of error messages from mypy. Before, mypy didn't complain
There might actually be nothing wrong with django-stubs, but maybe I need to add a type annotation. The problem is that I have no idea what I need to change.
The code has many unit tests. It's very unlikely that all of those locations mypy now complains about actually have issues that would prevent proper code execution.
What's wrong
mypy shows several django-manager-missing
errors.
How is that should be
No mypy errors shown
System information
- OS: Ubuntu
python
version: 3.8django
version: 3.2mypy
version: 0.942django-stubs
version: 1.12.0django-stubs-ext
version: 0.5.0
Ivaylo-Bachvarov, AntoineRondelet, kbehlers, shosca, LaurensBosscher and 14 more
Metadata
Metadata
Assignees
Labels
3rd partyPresence of a third party dependency has been mentionedPresence of a third party dependency has been mentionedbugSomething isn't workingSomething isn't workingmypy-pluginIssues specific to mypy_django_pluginIssues specific to mypy_django_plugin