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
**Describe the bug** I've tried 2 or 3 times to work out how to use this to generate stubs for a custom micropython build for the RPi Pico W but...
likely dependant on : https://github.com/Josverl/micropython-stubber/issues/272
https://github.com/ewels/rich-click - [ ] stubber - [x] mpflash
when running MyPy on the snippets there are a number of additional errors flagged Need to determine if these are false positives or that they need to be fixed repro:...
**Is your feature request related to a problem? Please describe.** Yes/No **Describe the solution you'd like** I was looking for a stub file for lv_micropython (MicroPython with LVGL) and I...
http://www.mestrak.com/blog/semantic-release-with-python-poetry-github-actions-20nn
current: `def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None:` 1. `def init(self, *, mode=PERIODIC, period=-1, callback: Optional[Callable]=None) -> None:` 2. `def init(self, *, mode=PERIODIC, period=-1, callback: Optional[Callable[["Timer"], None]]=None) -> None:`...
Low Prio: [ ] UseClassVar for Class Literals ONE_SHOT: ClassVar[int] = .