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