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 [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.349 to 1.1.353. Commits ba2747b Pyright NPM Package update to 1.1.353 (#253) 1b36e5d Pyright NPM Package update to 1.1.352 47b23ec Drop support for node.js v12 fbe3722 Pyright...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.1.1. Release notes Sourced from pytest's releases. 8.1.1 pytest 8.1.1 (2024-03-08) ::: {.note} ::: {.title} Note ::: This release is not a usual bug fix...
Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.9.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Mypy 1.9 We’ve just uploaded mypy 1.9 to the Python Package Index (PyPI). Mypy is a...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4. Release notes Sourced from actions/dependency-review-action's releases. v4.0.0 Update action to Node 20 by @takost in actions/dependency-review-action#639 Dependabot updates, see the full changelog for more...
Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.2.0. Release notes Sourced from black's releases. 24.2.0 Stable style Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218) Preview style...
Bumps [pytest-metadata](https://github.com/pytest-dev/pytest-metadata) from 3.1.0 to 3.1.1. Changelog Sourced from pytest-metadata's changelog. 3.1.1 (2024-02-08) Add environment variables for AWS CodeBuild CI. Thanks to @dougch <https://github.com/dougch>_ for the PR. Commits 16b39d2 feat:...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. Release notes Sourced from release-drafter/release-drafter's releases. v6.0.0 What's Changed Update Node.js to 20 (#1379) @massongit Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0 v6.0.0-beta.1 Prerelease of v6, first release...
Currently the docstubs use `"*args, **kwargs"` to replace `...` in the parameters This should be changed back to `...` , but this also requires changing the merge code , and...
total startup time is some 7.8 secons=ds just s=to show 'stubber --help' reading the current versions takes approx 1.8 - 2 seconds each startup - that could be cached still...