Cozette/pyproject.toml
2020-02-10 21:48:52 +01:00

11 lines
182 B
TOML

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 79
[tool.black]
target-version = ['py38']
line_length = 79