10 lines
180 B
TOML
10 lines
180 B
TOML
# TOML formatted file; see PEP 518
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
#multi_line_output = 3
|
|
|
|
[tool.black]
|
|
line-length = 79
|
|
target_version = ['py39']
|
|
skip-string-normalization = true
|