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