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