typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
439 stars 115 forks source link

Fix and enable Ruff lints PYI002, PYI026 #496

Closed intgr closed 6 months ago

intgr commented 11 months ago

These affect rest_framework-stubs/compat.pyi which is using some weird hacks that Ruff and mypy don't really like.

Related issues

These were deferred from #488.