-
-
Notifications
You must be signed in to change notification settings - Fork 25
Enhance MicroPython stubs and improve type hints for compatibility #804
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
…ob steps Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
#698 Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
…sembler Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
…signatures to return bool Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
…ence and stdlib stubs partly resolves : #781 Signed-off-by: Jos Verlinde <[email protected]>
code optimisations to build.py script #781 Signed-off-by: Jos Verlinde <[email protected]>
…odules Signed-off-by: Jos Verlinde <[email protected]>
remove stubs-ignore remove dependencies on aioble Signed-off-by: Jos Verlinde <[email protected]>
…ctions Signed-off-by: Jos Verlinde <[email protected]>
…and enhance type hinting Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
…llation command in README
…work.LAN.activate Signed-off-by: Jos Verlinde <[email protected]>
… WLAN Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
…lementation closes #708 Signed-off-by: Jos Verlinde <[email protected]>
…lementation closes #708 Signed-off-by: Jos Verlinde <[email protected]>
…into mypy_v3 Signed-off-by: Jos Verlinde <[email protected]>
Signed-off-by: Jos Verlinde <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This update introduces several enhancements to the MicroPython stubs, including the addition of mathematical constants, improved type hints, and support for custom MyPy stubs.
It also addresses various issues related to type compatibility and function signatures, ensuring better integration with MyPy and enhancing overall code quality. Notable changes include the addition of overloads for the typing module, updates to the os.stat specifications, and corrections to the handling of OrderedDict.
Additionally, the pull request includes quality tests and adjustments to the CI workflow for better development practices.
Fixes issues #698, #750, #781, #789, and #799.