corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.readthedocs.io/en/latest/index.html
MIT License
884 stars 139 forks source link

Type hints #313

Open gitpushdashf opened 2 years ago

gitpushdashf commented 2 years ago

Hi,

Would it be possible to add type hints and a py.typed file? This would enable mypy and the like to do static type checking of this project.

Thank you!