10 lines
165 B
TOML
10 lines
165 B
TOML
[tool.black]
|
|
target-version = ['py37']
|
|
|
|
[tool.isort]
|
|
multi_line_output = 3
|
|
include_trailing_comma = true
|
|
force_grid_wrap = 0
|
|
use_parentheses = true
|
|
line_length = 88
|