mongodb / flask-pymongo

PyMongo support for Flask applications
BSD 2-Clause "Simplified" License
721 stars 175 forks source link

Use mypy #129

Open dcrosta opened 5 years ago

dcrosta commented 5 years ago

I'd rather not use comment-style annotations. And since this is a library, it might make sense to use (and ship) stub files so that others can benefit from the type annotation. I'm not an expert here so looking for opinions and/or need to do research to figure out what's best.

kyzima-spb commented 2 years ago

Many large libraries began to add annotations, such as pymongo.

So I would add annotations, maybe myself =)