-
Notifications
You must be signed in to change notification settings - Fork 10
fix for #21, always create reference #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I did test the functionality of this and confirmed it does resolve #21 successfully. I think we can remove the pylint disables unless they are specifically needed for passing CI. I ran pre-commit locally without them and it passed, but perhaps my environment is different or something. Did pylint raise errors for you when you made this PR before those disables were added? |
Removed
yes. If i checkout main and run, I see the following:
|
we might have some configuration in the .pylintrc file that is making that not get flagged when it runs in CI. Or perhaps it's due to a version difference or something. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me. Tested successfully on PyPortal with the bitmapsaver_simpletest.py
from this repo.
Thanks for the fix @matt-land
Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol to 0.6.7 from 0.6.4: > Merge pull request adafruit/Adafruit_CircuitPython_ESP_ATcontrol#56 from tekktrik/doc/use-circuitpython-typing > Merge pull request adafruit/Adafruit_CircuitPython_ESP_ATcontrol#55 from tekktrik/dev/allow-37-protocol > Merge pull request adafruit/Adafruit_CircuitPython_ESP_ATcontrol#54 from tekktrik/dev/swap-import-order > change discord badge > Patch: Replaced discord badge image > Updated gitignore Updating https://github.com/adafruit/Adafruit_CircuitPython_BitmapSaver to 1.2.0 from 1.1.9: > Merge pull request adafruit/Adafruit_CircuitPython_BitmapSaver#22 from matt-land/fix-variable-reference > change discord badge > Patch: Replaced discord badge image > Update .gitignore > Update Black to latest. > Fixed readthedocs build > Consolidate Documentation sections of README
Quick fix for this, ready for review. I do not have a board handy to test with.