[tool.black]
line-length = 100
target-version = ["py36"]
[tool.isort]
src_paths = ["tools", "zulip", "zulip_bots", "zulip_botserver"]
profile = "black"
line_length = 100