typeddjango / djangorestframework-stubs

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

Fill remaining missing hints & disallow partial hints #480

Closed intgr closed 12 months ago

intgr commented 12 months ago

Disallow untyped/incomplete function definitions (disallow_untyped_defs = true, disallow_incomplete_defs = true)

But using _typeshed.Incomplete instead of Any as the placeholder type.

Related issues