micropy-cli icon indicating copy to clipboard operation
micropy-cli copied to clipboard

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!

Results 75 micropy-cli issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v3` -> `v4` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [requirements-parser](https://togithub.com/madpah/requirements-parser) | `0.2.0` -> `0.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/requirements-parser/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mypy](https://www.mypy-lang.org/) ([source](https://togithub.com/python/mypy), [changelog](https://mypy-lang.blogspot.com/)) | `==1.2.0` -> `==1.10.0`...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsonschema](https://togithub.com/python-jsonschema/jsonschema) ([changelog](https://togithub.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)) | `=3.2.0` -> `=4.22.0` |...

dependencies

:robot: I have created a release *beep* *boop* --- ## [5.0.0](https://github.com/BradenM/micropy-cli/compare/v4.2.2...v5.0.0) (2024-06-17) ### ⚠ BREAKING CHANGES * **deps:** drop support for python 3.8 ### Features * **deps:** Drop support for...

autorelease: pending

I am unable to install stubs. It seems it is taking a local file approach to me while the path is an internet URL. This is part of the error...

question

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [importlib-metadata](https://togithub.com/python/importlib_metadata) | `==5.2.0` -> `==6.0.0` | [![age](https://badges.renovateapi.com/packages/pypi/importlib-metadata/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Hi I have struggled a while to install netifaces when setting up micropy-cli and Google must be sick and tired of my searching for a solution :-): I keep getting...

question

**Describe the bug** When I try to create stub from my esp32 i get this error (saved all output in error.txt): `KeyError: 'sysname'` [error.txt](https://github.com/BradenM/micropy-cli/files/11615929/error.txt) **Steps to Reproduce** 1.Plug esp32 to...

bug