9 lines
115 B
TOML
9 lines
115 B
TOML
|
[tool.black]
|
||
|
|
||
|
[tool.isort]
|
||
|
profile = "black"
|
||
|
include_trailing_comma = true
|
||
|
line_length = 88
|
||
|
multi_line_output = 3
|
||
|
|