gagebenne / pydexcom

A simple Python API to interact with Dexcom Share service
https://gagebenne.github.io/pydexcom/
MIT License
149 stars 36 forks source link

Add initial type hint work. #41

Closed zackelia closed 1 year ago

zackelia commented 1 year ago

Added and corrected some type hints using mypy. The options I used are in the workspace file and pyproject.toml.

gagebenne commented 1 year ago

Need to change minimum Python version with these typing changes?