-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add django-stubs
to the list of projects
#124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, I think you'll need some sort of install command to install the plugin you want to use while checking django-stubs (possible just install_cmd="{install} .",
)
@hauntsaninja how can I test that the whole intergration worked? new mypy PR or something? |
Thanks for the quick review and merge! ❤️ |
Yes, that'll work. I also just ran it locally before merging using |
Some strange resolution failure here when trying to install django-stubs: https://github.com/python/typeshed/actions/runs/10112015097/job/27965167268?pr=12433. Hopefully just a fluke of some kind, I'll try rerunning |
@flaeppe looks like our release is partially broken :( |
I think we just need to make a release. We only prepared for one. |
oh, I see then why it fails: we bumped the dependency in |
But something seems quite off if we're installing |
We need to install both |
Let's try it!