Closed evaherrada closed 2 years ago
👋 Thanks for this pull request! Unfortunately, it looks like the automated continuous integration (CI) test(s) failed. These can be tricky to fix so we've written a guide on how to fix them locally. It has pages about running pre-commit locally and another about building the docs locally with sphinx. Thanks for contributing to CircuitPython! If you have more questions, feel free to join the Adafruit Discord and post in #circuitpython-dev.
oops forgot to do the examples
Not entirely sure about this failure. Someone else may be able to fix it much quicker than me
Looks like mpy-cross
is failing to compile the library, I'll look into this one
The issue it's having with compiling the .mpy
files seems to be related to have f-strings on multiple lines. I can make some suggestions after looking more into it, but honestly it'll be worth considering disabling the "line too long" warning for those lines and leaving a comment about why that was done.
Def needs to be looked over after it is merged to make sure all the documentation still looks ok.