-
Notifications
You must be signed in to change notification settings - Fork 6
resolves #13 Missing Type Annotations #16
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
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.
Feedback below:
the most recent commit was to do the kwargs |
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.
One final minor change
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.
Thanks for another good typing PR!
Updating https://github.com/adafruit/Adafruit_CircuitPython_GUVX_I2C to 1.0.2 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_GUVX_I2C#3 from sokratisvas/add-type-annotations Updating https://github.com/adafruit/Adafruit_CircuitPython_INA219 to 3.4.20 from 3.4.19: > Merge pull request adafruit/Adafruit_CircuitPython_INA219#34 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_INA260 to 1.3.10 from 1.3.9: > Merge pull request adafruit/Adafruit_CircuitPython_INA260#20 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_SCD30 to 2.2.9 from 2.2.8: > Merge pull request adafruit/Adafruit_CircuitPython_SCD30#32 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1327 to 1.3.9 from 1.3.8: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1327#16 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1675 to 1.1.15 from 1.1.14: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1675#13 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1680 to 1.0.12 from 1.0.11: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1680#8 from tcfranks/main Updating https://github.com/adafruit/Adafruit_CircuitPython_PortalBase to 1.14.3 from 1.14.2: > Merge pull request adafruit/Adafruit_CircuitPython_PortalBase#80 from tekktrik/bugfix/multiple-networks
submitted for review/comment:
I went a little further here and added the kwargs to the docstring. Also, if rotation is triggered the action is raising questions in my mind compared to the spi devices I did prior:
This is just setting height = width. Shouldn't it also set width = height to make a complete rotation of 90 deg?