micropython-stubber
micropython-stubber copied to clipboard
Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or pylint
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...
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...
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>...
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...
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...
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([...
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:...
currently these are not rendered correctly in VSCode  a few thousand `_.  In reStructuredText the trailing underscore in a construct like `that uses the `littlefs v2 filesystem format`_.`...
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_