From c6481938dedd1bf5ef6699fd9ebefd5e20fd69d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 21:36:59 +0100 Subject: [PATCH] added type check task --- .builds/debian.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.builds/debian.yml b/.builds/debian.yml index 8fe062a..ca66a37 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -13,3 +13,5 @@ tasks: pipenv install pipenv install --dev pipenv run nosetests --with-coverage --cover-package=stegano + - typecheck: | + pipenv run python tools/run_mypy.py