6 lines
79 B
TOML
6 lines
79 B
TOML
[tool.black]
|
|
line-length = 88
|
|
|
|
[tool.isort]
|
|
line_length = 88
|
|
profile = "black"
|