-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add Missing Type Annotations - Partial #29
Conversation
Do you intend to keep it all in this one review, or break it up across multiple PRs? If it's the latter, I'll unlink the issue so it doesn't get lost or forgotten. :) |
I guess I anticipated feedback on the others that would require correction, and that I’d gety the last file annotated and completed with the rest. There were pretty lot hanging fruit, so if that’s not the case, unlink the or and I’ll push the last when I get it done. I won’t get to it before this evening, at the earliest. |
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.
The changes that are included here thus far look good to me. Nothing particular jumps out to me that would need to be changed from the portion that is here at the moment.
Thank you @FoamyGuy . I've been dragging my feet, I know. I'll be out of town for two weeks. I'll try to wrap this up when I get back. |
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.
Going to merge this and we can work on the remaining in a new PR
Updating https://github.com/adafruit/Adafruit_CircuitPython_DS18X20 to 1.4.2 from 1.4.1: > Merge pull request adafruit/Adafruit_CircuitPython_DS18X20#32 from FoamyGuy/blinka_warning Updating https://github.com/adafruit/Adafruit_CircuitPython_EMC2101 to 1.2.8 from 1.2.7: > Merge pull request adafruit/Adafruit_CircuitPython_EMC2101#35 from FoamyGuy/type_annotations > Merge pull request adafruit/Adafruit_CircuitPython_EMC2101#29 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
resolves #18
This is a PARTIALLY COMPLETE solution - still completing work on objects and methods in emc2101_fanspeed.py....Wanted to get the others (init.py, emc2101_lut.py, emc2101_ext.py, and emc2101_enums.py) up for feedback and review.