b80bcf610d
* applying black (with the default 88-column limit) * add flake8 * add isort * fix isort
9 lines
115 B
TOML
9 lines
115 B
TOML
[tool.black]
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
include_trailing_comma = true
|
|
line_length = 88
|
|
multi_line_output = 3
|
|
|