From a63c6975c7c99b4f3ee76792b39f8fffecac703a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu> Date: Fri, 31 Mar 2017 15:25:46 +0200 Subject: [PATCH] Added configuration for mypy --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.cfg b/setup.cfg index f241d187..bbcddabb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,11 @@ [tool:pytest] addopts = -v --cov flamenco_worker --cov-report term-missing --ignore node_modules -x +[mypy] +python_version = 3.5 +warn_unused_ignores = True +ignore_missing_imports = True +follow_imports = skip + [pep8] max-line-length = 100 -- GitLab