vnpy/pyproject.toml

9 lines
114 B
TOML
Raw Normal View History

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