typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
452 stars 118 forks source link

Mypy: Don't ignore missing imports (remove `ignore_missing_imports`) #611

Closed intgr closed 6 months ago

intgr commented 6 months ago

Fortunately this was not hiding any genuine bugs in DRF-stubs.

Related issues