ed1758a26a
[Mod] use black instead of yapf
9 lines
114 B
TOML
9 lines
114 B
TOML
[tool.black]
|
|
line-length = 79
|
|
py36 = true
|
|
exclude ='''
|
|
clang[\\/]
|
|
|templates[\\/]
|
|
|\.pyi
|
|
|generated_files[\\/]
|
|
''' |