vnpy/.flake8
2019-02-23 22:22:56 +08:00

8 lines
203 B
INI

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