djangorestframework-stubs
djangorestframework-stubs copied to clipboard
Consider having a stubs only package with no dependencies
Feature Request
Currently this plugin depends on the django-stubs plugin, however it's really hard to introduce that plugin in an existing codebase (thousands of errors in our app). However, just including these stubs without even configuring the plugin (and uninstalling django-stubs) find useful errors.
It'd be great if you could just publish another package with just the rest_framework stubs.
System information
- OS:
pythonversion: 3.8.10djangoversion: 3.9.4mypyversion: 0.901django-stubsversion:
In case anyones is looking for standalone types, I ended up using the fork https://github.com/sbdchd/django-types