sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
180 stars 60 forks source link

Contribute to typeshed #38

Open bellini666 opened 3 years ago

bellini666 commented 3 years ago

Have you thought about contributing this project to https://github.com/python/typeshed?

Unlike django-stubs, which has a hard dependency on mypy, this project is generic enough to be included there. Doing that would bring more attention to these typings.

sbdchd commented 3 years ago

yeah I'm open to it, but the main issue is that these types are somewhat opinionated as I tend towards making things more strict even if then runtime types are more flexible