machinalis / mypy-django

PEP-484 type hints bindings for the Django web framework
BSD 3-Clause "New" or "Revised" License
223 stars 23 forks source link

class Meta of Models #10

Closed ostcar closed 2 years ago

ostcar commented 7 years ago

I ran into a problem with mypy on the Meta classes of Django models. The mypy issue tracker redirected my to this place.

Do you have an answer for this question? https://github.com/python/mypy/issues/3855

lordi commented 6 years ago

Is there a workaround for this? An ignore annotation for Meta itsself does not help.

ostcar commented 6 years ago

I don't know of any workaround. Maybe you can ping the issue in the mypy repo