stable/setup.cfg
2018-07-09 08:19:28 +08:00

11 lines
146 B
INI
Executable File

[flake8]
#ignore =
max-line-length = 100
max-complexity = 12
[mypy]
ignore_missing_imports = True
[mypy-freqtrade.tests.*]
ignore_errors = True