adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
129 stars 52 forks source link

initial typing support, mypy passes #111

Closed matt-land closed 1 year ago

matt-land commented 1 year ago

This adds support for #96

Changes

Testing

pipenv shell
pip install mypy
pip install requirements.txt

mypy adafruit_rgb_display

Success: no issues found in 10 source files