pallets-eco / flask-principal

Identity management for Flask applications
MIT License
497 stars 89 forks source link

chore(wip): Add typing #81

Open Abdur-rahmaanJ opened 5 months ago

Abdur-rahmaanJ commented 5 months ago

fixes #69

aenglander commented 4 months ago

Please add typing checks to the tox config with the requirements file to validate that the types are correct. An example in Flask would be https://github.com/pallets/flask/blob/main/tox.ini. It will also ensure that subsequent pull requests are compliant with type checking.