typeddjango / djangorestframework-stubs

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

allow floats for _GetDataType #546

Closed asottile-sentry closed 7 months ago

asottile-sentry commented 7 months ago

note that float in the mypy typing system includes int so including | int would be redundant

asottile-sentry commented 7 months ago

I believe the test failures are unrelated and https://github.com/typeddjango/djangorestframework-stubs/pull/526 is needed to unbreak them