Custom HummingBot for Whitebit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[flake8]
|
|
filename = *.py, *.pyx, *.pxd
|
|
ignore = E251, E501,E702,W504,W503
|
|
per-file-ignores =
|
|
hummingbot/**/*.pyx: E225, E226, E251, E999
|
|
hummingbot/**/*.pxd: E225, E226, E251, E999
|
|
test/**/*.pyx: E225, E226, E251, E999
|
|
test/**/*.pxd: E225, E226, E251, E999
|
|
max-line-length = 120
|
|
|