bhushan-mohanraj / fsw

A modular library for Flask apps.
MIT License
2 stars 0 forks source link

Improve type annotations. #17

Open bhushan-mohanraj opened 2 years ago

bhushan-mohanraj commented 2 years ago

Since some code lacks type annotations, fill in missing annotations and use mypy (strict) for type checking.

bhushan-mohanraj commented 2 years ago

Search for discussion on typing SQLAlchemy models and model instances.