mypy - ignore tests folder

pull/827/head
xmatthias 8 years ago
parent 5ca84acb6d
commit cc4b2eef13

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

Loading…
Cancel
Save