-
Notifications
You must be signed in to change notification settings - Fork 35
Add model stubs #450
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
base: master
Are you sure you want to change the base?
Add model stubs #450
Conversation
Thanks for opening this, @multimeric! I'm failing to get the |
Can you attach some of these errors please? The PR won't solve all mypy errors but it should eliminate some and clarify others. |
In my case, the stub module is not being found. I'm likely just doing something wrong. |
I've now added the Other changes:
I played around with using a language model to annotate the missing ones and it would be possible in theory, but the downside is that it becomes no longer automated, and also LLMs really struggle with the 20K-line files that we're dealing with so I couldn't get one to actually process the whole file. |
Hmm part of the problem is these top level files that live directly in |
There's no current plan, no, but happy to either help someone do it or review work to attempt it. |
Closes #448.