From cc4b2eef132dabdf39c8887a6f090e4875401155 Mon Sep 17 00:00:00 2001 From: xmatthias Date: Fri, 8 Jun 2018 19:54:27 +0200 Subject: [PATCH] mypy - ignore tests folder --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6ffad0824..473f50639 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,6 @@ max-complexity = 12 [mypy] ignore_missing_imports = True + +[mypy-freqtrade.tests.*] +ignore_errors = True