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.