Add mypy to CI.

This commit is contained in:
Mikaël Capelle
2021-02-07 17:32:14 +01:00
parent 6f014ed8d6
commit f83f0588cc
+2
View File
@@ -19,6 +19,8 @@ deps =
black
flake8
flake8-black
mypy
commands =
black --check --diff .
flake8 .
mypy .