6 lines
88 B
TOML
6 lines
88 B
TOML
[tool.black]
|
|
line-length = 96
|
|
target-version = ["py311"]
|
|
|
|
[tool.isort]
|
|
profile = "black" |