vnpy/.flake8
nanoric ed1758a26a [Add] use flake8
[Mod] use black instead of yapf
2019-01-24 09:06:31 -04:00

9 lines
253 B
INI

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