sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
186 stars 62 forks source link

Mypy cannot find library stubs #214

Open ryanc-flare opened 9 months ago

ryanc-flare commented 9 months ago

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?