vnpy/.flake8
2019-05-14 14:26:24 +08:00

8 lines
216 B
INI

[flake8]
exclude = __pycache__,__init__.py,ib,talib,uic
ignore =
E501 line too long, fixed by black
W503 line break before binary operator
W293 blank line contains whitespace
W291 trailing whitespace