12 lines
174 B
TOML
12 lines
174 B
TOML
[tool.black]
|
|
line-length = 120
|
|
target-version = ['py38', 'py39']
|
|
extend-exclude = 'venv'
|
|
workers = 4
|
|
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
multi_line_output = 3
|
|
line_length = 120
|