flask-pymongo icon indicating copy to clipboard operation
flask-pymongo copied to clipboard

Use mypy

Open dcrosta opened this issue 5 years ago • 1 comments

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.

dcrosta avatar Jun 07 '19 16:06 dcrosta

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

So I would add annotations, maybe myself =)

kyzima-spb avatar May 19 '22 12:05 kyzima-spb