- Notifications
You must be signed in to change notification settings - Fork302
-
Hey, Would it be possible to have type hints for this library? Currently when using this library in my project where I wanted to add static type checks, mypy complains:
Is that something this library would be interested in supporting? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
Thanks for raising this discussion. Having mypy support could be something useful for DJA. However, as outlined in our3rd party policy we want to avoid adding too many features to DJA directly. Secondly Django REST framework also seems to have its mypy support in anexternal library. Therefore, I would prefer seeing such a stubs support in a separate library as well. If anyone is willing to work on this, best to create a repository and raise it here so other people who are interested can join in the effort as well. |
BetaWas this translation helpful?Give feedback.