2021-05-21 13:39:45 -04:00
|
|
|
[tool.black]
|
|
|
|
line-length = 100
|
|
|
|
target-version = ["py36"]
|
|
|
|
|
2021-05-21 13:33:18 -04:00
|
|
|
[tool.isort]
|
2022-06-17 14:49:25 -04:00
|
|
|
src_paths = [
|
|
|
|
"tools",
|
|
|
|
"zulip",
|
|
|
|
"zulip/integrations/zephyr",
|
|
|
|
"zulip_bots",
|
|
|
|
"zulip_botserver",
|
|
|
|
]
|
2021-05-21 13:33:18 -04:00
|
|
|
profile = "black"
|
|
|
|
line_length = 100
|