mostr-zulip-bot/pyproject.toml
Anders Kaseorg 8045cf4e65 pytest: Configure pythonpath.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-10-25 15:58:50 -07:00

21 lines
321 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
[tool.pytest.ini_options]
pythonpath = [
"zulip",
"zulip_bots",
"zulip_botserver",
]