2021-05-22 01:39:45 +08:00
|
|
|
[tool.black]
|
|
|
|
line-length = 100
|
2023-10-25 15:48:18 -07:00
|
|
|
target-version = ["py38"]
|
2021-05-22 01:39:45 +08:00
|
|
|
|
2021-05-22 01:33:18 +08:00
|
|
|
[tool.isort]
|
2022-06-17 11:49:25 -07:00
|
|
|
src_paths = [
|
|
|
|
"tools",
|
|
|
|
"zulip",
|
|
|
|
"zulip/integrations/zephyr",
|
|
|
|
"zulip_bots",
|
|
|
|
"zulip_botserver",
|
|
|
|
]
|
2021-05-22 01:33:18 +08:00
|
|
|
profile = "black"
|
|
|
|
line_length = 100
|