You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm migrating from django-stubs to django-types. After uninstalling the former and installing django-types, mypy is unable to find library stubs for any django imports:
manage.py:10: error: Skipping analyzing "django.core.management": module is installed, but missing library stubs or py.typed marker [import-untyped]
I removed the mypy_django_plugin from the mypy configuration since this package does not provide that, there is no other configuration instruction so I assumed it should "just work" after install but apparently not? What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
I'm migrating from django-stubs to django-types. After uninstalling the former and installing django-types, mypy is unable to find library stubs for any django imports:
I removed the
mypy_django_plugin
from the mypy configuration since this package does not provide that, there is no other configuration instruction so I assumed it should "just work" after install but apparently not? What am I doing wrong here?The text was updated successfully, but these errors were encountered: