vnpy/.flake8

6 lines
158 B
Plaintext
Raw Permalink Normal View History

2019-02-23 14:22:56 +00:00
[flake8]
2019-08-07 15:33:33 +00:00
exclude = venv,build,__pycache__,__init__.py,ib,talib,uic
2019-02-23 14:22:56 +00:00
ignore =
E501 line too long, fixed by black
W503 line break before binary operator