c94da617ed
Signed-off-by: Anders Kaseorg <anders@zulip.com>
15 lines
223 B
TOML
15 lines
223 B
TOML
[tool.black]
|
|
line-length = 100
|
|
target-version = ["py37"]
|
|
|
|
[tool.isort]
|
|
src_paths = [
|
|
"tools",
|
|
"zulip",
|
|
"zulip/integrations/zephyr",
|
|
"zulip_bots",
|
|
"zulip_botserver",
|
|
]
|
|
profile = "black"
|
|
line_length = 100
|