9 lines
171 B
TOML
9 lines
171 B
TOML
[tool.black]
|
|
line-length = 100
|
|
target-version = ["py36"]
|
|
|
|
[tool.isort]
|
|
src_paths = ["tools", "zulip", "zulip_bots", "zulip_botserver"]
|
|
profile = "black"
|
|
line_length = 100
|