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

9 lines
114 B
TOML

[tool.black]
line-length = 79
py36 = true
exclude ='''
clang[\\/]
|templates[\\/]
|\.pyi
|generated_files[\\/]
'''