a534446315
Our custom patched version of python-zephyr only worked on Python 2. Now we don’t need python-zephyr at all. Signed-off-by: Anders Kaseorg <anders@zulip.com>
15 lines
223 B
TOML
15 lines
223 B
TOML
[tool.black]
|
|
line-length = 100
|
|
target-version = ["py36"]
|
|
|
|
[tool.isort]
|
|
src_paths = [
|
|
"tools",
|
|
"zulip",
|
|
"zulip/integrations/zephyr",
|
|
"zulip_bots",
|
|
"zulip_botserver",
|
|
]
|
|
profile = "black"
|
|
line_length = 100
|