mostr-zulip-bot/pyproject.toml

9 lines
171 B
TOML
Raw Normal View History

2021-05-22 01:39:45 +08:00
[tool.black]
line-length = 100
target-version = ["py36"]
2021-05-22 01:33:18 +08:00
[tool.isort]
src_paths = ["tools", "zulip", "zulip_bots", "zulip_botserver"]
profile = "black"
line_length = 100