Dan Halbert
Dan Halbert
If you upgrade the version of pylint in `.pre-commit-config.yaml` to 3.something, that should fix the pre-commit problem, and you could then try 3.12. Re `setuptools` or the lack of it:...
@sjev Here is a reproduction on Ubuntu 24.04, running in a venv named `.py`. `setuptools` is installed in the venv, and then I uninstall it: ```sh (.py) halbert@cod:~$ circup list...
See #143 for a generalization of the issue here.
Maybe we should change `Cannot remove built-in module:` to `Not allowed to remove built-in module` or `Removing built-in module not permitted`.
I have populated https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bundles/adafruit/deprecated/ in preparation for this.
Closing because Mu is sunsetting.
This looks very nice. I have a worry: will this change the line numbers reported when there is an exception in the .mpy file, etc?
I forgot to follow up on this. Do we need a bunch of fix-ups on libraries, especially community ones, before we merge this?
@jepler I never re-reviewed this, sorry. It needs some merge-conflict fixing. But it's still viable, right?
@tekktrik There is a path problem here; I'm not quite sure what to do about it. Do you have an idea? It looks like the build action works properly if...