micropython-stubber icon indicating copy to clipboard operation
micropython-stubber copied to clipboard

Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or pylint

Results 89 micropython-stubber issues
Sort by recently updated
recently updated
newest added

Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.2. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.11 We’ve just uploaded mypy 1.11 to the Python Package Index (PyPI). Mypy...

dependencies
python

Bumps [cachetools](https://github.com/tkem/cachetools) from 5.3.3 to 5.5.0. Changelog Sourced from cachetools's changelog. v5.5.0 (2024-08-18) TTLCache.expire() returns iterable of expired (key, value) pairs. TLRUCache.expire() returns iterable of expired (key, value) pairs. Documentation...

dependencies
python

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.4 to 7.6.1. Changelog Sourced from coverage's changelog. Version 7.6.1 — 2024-08-04 Fix: coverage used to fail when measuring code using :func:runpy.run_path <python:runpy.run_path> with a :class:Path <python:pathlib.Path>...

dependencies
python

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.7. Release notes Sourced from sphinx's releases. Sphinx 7.4.7 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.4.6 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.4.5 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.4.4 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.4.3...

dependencies
python

board : esp8266 version v1.21.0 manually corrected the error appears to occur on the board - or in writing to the mounted drive ? does the esp run out of...

firmware stubs
stubber

for a class Registry it is possible to discover the base classes from the `__bases__` attribute ``` print ( [ b.__name__ for b in Registry.__bases__]) # or print ( ",".join([...

enhancement
firmware stubs

Currently only impacts **alif** port Likely needs an update of vendored tools/manifestfile.py > 13:57:53 | ℹ️ port-board: alif 13:57:53 | ❌ freeze error executing "D:\mypython\micropython-stubber\repos\micropython\ports\alif\boards\manifest.py": Error in manifest file: D:\mypython\micropython-stubber\repos\micropython\ports\alif\boards\manifest.py:...

Frozen Stubs

currently these are not rendered correctly in VSCode ![Image](https://github.com/user-attachments/assets/c8e537e9-b1e5-4a7d-b403-803851d0b6f8) a few thousand `_. ![Image](https://github.com/user-attachments/assets/9afd942e-0a5d-4d4e-b85e-900ee99076ad) In reStructuredText the trailing underscore in a construct like `that uses the `littlefs v2 filesystem format`_.`...

enhancement
DocStubs

For what it's worth; here's an example of how you could `ruff format` a Python string using `subprocess`: https://gist.github.com/jorenham/63942278b01515ffdeb0c7d4d1895684 _Originally posted by @jorenham in https://github.com/astral-sh/ruff/issues/659#issuecomment-2895157896_

enhancement
dependencies