adafruit / Adafruit_CircuitPython_AVRprog

program AVR chips right from CircuitPython!
MIT License
31 stars 20 forks source link

First pass at adding type annotations #32

Closed prcutler closed 6 months ago

prcutler commented 2 years ago

This is my first time updating a library for type annotations so it could probably use a thorough review.

I'm also stuck on the following types, if anyone has some feedback or direction for me:

Line 100: type for spi_bus Line 125: type for file_name

I'm happy to update the PR with the right types or fix any errors.

Thanks!

FoamyGuy commented 6 months ago

annotations are now merged in from #34