diff --git a/Makefile b/Makefile index d81534bd53fe76e6244a998aa393a6a86f52ac69..616341d79e27dbcbc436f298963cf47815cf8e81 100644 --- a/Makefile +++ b/Makefile @@ -51,3 +51,7 @@ autopep8: # Meta target to call the other targets. all: autopep8 test + + +mypy: + mypy tests \ No newline at end of file