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