mypy - ignore tests folder

This commit is contained in:
xmatthias
2018-06-08 19:54:27 +02:00
parent 5ca84acb6d
commit cc4b2eef13

View File

@@ -5,3 +5,6 @@ max-complexity = 12
[mypy]
ignore_missing_imports = True
[mypy-freqtrade.tests.*]
ignore_errors = True