14 lines
151 B
TOML
14 lines
151 B
TOML
[tool.black]
|
|
line-length = 120
|
|
include = '\.pyi?$'
|
|
exclude ='''
|
|
/(
|
|
| \.git
|
|
| \.mypy_cache
|
|
)/
|
|
'''
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
line_length = 120
|