pytest-dev / pytest-flask

A set of pytest fixtures to test Flask applications

Home Page:http://pytest-flask.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add type hints to the core plugin components

vitalk opened this issue · comments

Type hints are missed in the code base. It would be nice to add them to improve the code quality.

I would like to

  • Adjust the pipeline to check code using static type checker, mypy for example
  • Add type hints to the core plugin components