vnpy/.flake8
2019-08-08 14:43:00 +08:00

8 lines
227 B
INI

[flake8]
exclude = venv,build,__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