mostr-zulip-bot/pyproject.toml
Anders Kaseorg 6b585f8b73 black: Bump target-version to py38.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-10-25 15:48:18 -07:00

14 lines
223 B
TOML

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