-
Notifications
You must be signed in to change notification settings - Fork 40
Add Type Hints #57
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 Type Hints #57
Conversation
Still missing typehint for traceback argument in DCMotor.__exit__()
Not sure why it fails on building the Sphinx docs... happy to change it with some help :) |
Added pwmio to autodoc_mock_import in docs/conf.py so it would build, but want to make sure that's the correct solution |
I think that makes sense here. |
Awesome, thanks! |
Also added license to adafruit_motor/__init__.py since there wasn't one
I don't see CircuitPythonLibrarians tagged, do I need that so this doesn't get lost? Not too familiar with the review process behind-the-scenes. |
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. did not test with hardware.
Updating https://github.com/adafruit/Adafruit_CircuitPython_Motor to 3.3.2 from 3.3.1: > Merge pull request adafruit/Adafruit_CircuitPython_Motor#57 from tekktrik/feature/add-typing > update rtd py version
Address #56