-
Notifications
You must be signed in to change notification settings - Fork 3
Added typing #6
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
Added typing #6
Conversation
Not entirely sure how to handle this build failure, but happy to stay posted! |
Added _bleio to the mock imports in docs/conf.py, just want to make sure that's the correct solution here |
You can add |
Tried adding adafruit-blinka-bleio to the docs/requirements.txt in a test branch and removing the mock import and it failed again: https://github.com/tekktrik/Adafruit_CircuitPython_AirLift/actions/runs/1453446829 It looked like that requirement was already in the library requirements.txt too |
Ah, too bad, it's because the CI machine can't run a Bluetooth utility we need: |
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.
Just -> None
Co-authored-by: Dan Halbert <halbert@halwitz.org>
…ruit_CircuitPython_AirLift into feature/add-typing
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. It appears all of the requested changes have been completed.
Updating https://github.com/adafruit/Adafruit_CircuitPython_APDS9960 to 2.2.8 from 2.2.7: > Merge pull request adafruit/Adafruit_CircuitPython_APDS9960#36 from fivesixzero/type-annotations > Updated readthedocs file > Merge pull request adafruit/Adafruit_CircuitPython_APDS9960#34 from fivesixzero/remove-unused-interrupt-pin-arg > Disabled unspecified-encoding pylint check > Merge pull request adafruit/Adafruit_CircuitPython_APDS9960#35 from adafruit/patch-test > add docs link to readme > Globally disabled consider-using-f-string pylint check > Moved default branch to main > Moved CI to Python 3.7 > Added help text and problem matcher > Added pull request template Updating https://github.com/adafruit/Adafruit_CircuitPython_AirLift to 1.0.2 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_AirLift#6 from tekktrik/feature/add-typing > Updated readthedocs file > Disabled unspecified-encoding pylint check > PATCH Pylint and readthedocs patch test > add docs link to readme > Globally disabled consider-using-f-string pylint check > Moved CI to Python 3.7 > Added help text and problem matcher > Added pull request template > "Increase duplicate code check threshold "
No description provided.