-
Notifications
You must be signed in to change notification settings - Fork 9
Annotation and hinting for BitbangIO #23
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
going back to check my pre-commit process |
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.
Nice usages of ReadableBuffer
and WriteableBuffer
! A few bits of feedback but looks good!
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.
A few additional things that should help resolve the CI issues.
ok, I've lost all ability to black, pylint, pre-commit locally under windows cmd it appears to be a path problem. under git bash it just fails silently. trying to sort it all out, so debugging the final lint issues may take me a while. |
is there an issue with setup.py? this error didn't happen before. I got pylint and black back, and black wanted to reformat adafruit_bitbangio.py, so I with that and the semi clean pylint run (re: question on f-strings) I was hoping it would run. |
All the libraries underwent migration from using |
ok. so if i use typing-extensions it only has to go in requirements.txt? At least that's what it looks like..... |
Yep yep! That's one of the nice changes - single place for dependencies. Since it's required, |
Looks like a newline is missing in |
well, duh. lesson learned, pylint the .txt file changes if you made any! |
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.
Looks good to me, thanks!
Updating https://github.com/adafruit/Adafruit_CircuitPython_SI1145 to 1.1.0 from 1.0.3: > Merge pull request adafruit/Adafruit_CircuitPython_SI1145#8 from tekktrik/dev/add-uv-index Updating https://github.com/adafruit/Adafruit_CircuitPython_BitbangIO to 1.3.6 from 1.3.5: > Merge pull request adafruit/Adafruit_CircuitPython_BitbangIO#23 from tcfranks/main
No description provided.