adafruit / Adafruit_CircuitPython_HID

USB Human Interface Device drivers.
MIT License
364 stars 106 forks source link

doc(mypy): Add type annotations to function definitions #86

Closed careyk007 closed 2 years ago

careyk007 commented 2 years ago

I have added the missing type annotations identified by the command mypy --disallow-untyped-defs --disallow-incomplete-defs --ignore-missing-imports adafruit_hid

Closes #83

careyk007 commented 2 years ago

@dhalbert Thanks for the review! There is an issue with the documentation build step of the workflow that I am trying to resolve.