Published micropython-stubs for v1.24.x 🚀 #16715
Josverl
started this conversation in
Show and tell
Replies: 1 comment
-
Thank you @Josverl ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have done a major revamp of the building process, with as a result a much more detailed type check with details on the parameters and return types for many methods and classes.
See : https://github.com/Josverl/micropython-stubs/releases/tag/v1.24.1-stubs
But I also expect a few red squiglies where they should not be.
If you find one, please raise an issue at : https://github.com/Josverl/micropython-stubs/issues.
The good news is that many problems may be much simpler to fix ( fingers crossed) by updating the signature of the method / class in the micropython-reference
Beta Was this translation helpful? Give feedback.
All reactions