pallets-eco / flask-principal

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

Add Typing to Project #69

Open aenglander opened 5 months ago

aenglander commented 5 months ago

The project should support proper typing like the rest of the Pallets projects

See other Pallets projects

davidism commented 5 months ago

Start with mypy with strict=False. Once all those messages are addressed, again with strict=True. Then with pyright and pyright --verifytypes.

Abdur-rahmaanJ commented 5 months ago