From a2980bb14f909fbba31374bc203c4d530bf3fff0 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 12 Jul 2020 00:59:21 +0200 Subject: [mypy] fix/ignore all remaining mypy errors --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 96a1c6d..c304c0c 100644 --- a/Makefile +++ b/Makefile @@ -57,9 +57,9 @@ check-format: yapf -d $(PYTHONFILES) check-mypy: - mypy $(PYTHONFILES) + mypy --ignore-missing-imports $(PYTHONFILES) tags: ctags -R --exclude="build/*" --exclude="cache/*" --exclude="doc/*" --exclude="results/*" -check: check-pylint check-format +check: check-pylint check-format check-mypy -- cgit v1.2.3