mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
11 lines
146 B
INI
11 lines
146 B
INI
[flake8]
|
|
#ignore =
|
|
max-line-length = 100
|
|
max-complexity = 12
|
|
|
|
[mypy]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-freqtrade.tests.*]
|
|
ignore_errors = True
|