8 lines
105 B
TOML
8 lines
105 B
TOML
![]() |
[tool.black]
|
||
|
line-length = 88
|
||
|
target-version = ['py39']
|
||
|
|
||
|
[tool.isort]
|
||
|
profile = "black"
|
||
|
line_length = 88
|