pior / appsecrets

Python 3.6+ library to manage your application secrets with Google Cloud KMS
https://pypi.org/project/appsecrets/
MIT License
1 stars 0 forks source link

Add PEP-561 marker #21

Closed pior closed 5 years ago

pior commented 5 years ago

Mypy won't consider the type hints in this library if it doesn't contain the PEP561 marker.

https://github.com/python/mypy/issues/3498#issuecomment-382093539

pior commented 5 years ago

Done