Braden Mars
Braden Mars
WIP Add support for https://github.com/Josverl/micropython-stubs as a stub repository.
**Is your feature request related to a problem? Please describe.** See #217 **Describe the solution you'd like** Add a flag (something like: `--allow-copy`) to enable copying stubs as a fallback...
**Is your feature request related to a problem? Please describe.** The current state of micropy-cli's error handling is weak. Errors such as #217 and #212 can and should have more...
**Changes** * use improved syntax for `.pylintrc` as outlined in #96 * automatically add `src/lib` if such folder exists * update `.pylintrc` updating flow * added snapshot testing
Take some time to properly organize all the tests. Probably would be best to split them up my module and giving them individual `conftest.py(s)` or something.
Refactoring logger.py and separate terminal UI from logging.
If project uses VS Code integration, render `terminal.integrated.env.{PLATFORM}` setting in `.vscode/settings.json` with `PYTHONPATH`containing paths to dependencies. This will allow users to import these dependencies from the VS Code integrated terminal...
Add configuration option to `micropy.json` to enable uploading project dependencies via a `/lib` folder. See [this comment](https://github.com/BradenM/micropy-cli/issues/68#issuecomment-553092134) for more.
Currently, loading stubs requires validating the same stubs multiple times. Since the stub JSON file is read from on each validation, this is a very slow and repetitive process. When...
Should be able to support PyCharm by handling a `.idea/micropy.iml` file included in `.idea/modules.xml` that sources stubs from a projects local `.micropy` folder.