typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
453 stars 117 forks source link

Specify return type for APIClient.credentials method #469

Closed ltakens closed 1 year ago

ltakens commented 1 year ago

Help type checkers infer the return type of the .credentials method on the APIClient class.

E.g. vscode's Pylance extension seems to report a partially unknown type:

Screenshot 2023-09-21 at 23 41 42

mypy and pyright don't report this error when run from the command line.