jpetrucciani / hubspot3

python3.6+ hubspot client based on hapipy, but modified to use the newer endpoints and non-legacy python
MIT License
147 stars 73 forks source link

cleanup type annotations, fix actions, update docs, update python versions #130

Closed jpetrucciani closed 1 year ago

jpetrucciani commented 1 year ago

mypy has changed its default to no_implicit_optional=True, so we have to adjust our type annotations to be explicit. There should be no functional changes to how the library operates, only to how the type checks work