mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Since we already have one for Black, this saves a top-level file. Signed-off-by: Anders Kaseorg <anders@zulip.com>
10 lines
183 B
TOML
10 lines
183 B
TOML
[tool.black]
|
|
line-length = 100
|
|
target-version = ["py36"]
|
|
|
|
[tool.isort]
|
|
src_paths = [".", "tools", "tools/setup/emoji"]
|
|
known_third_party = "zulip"
|
|
profile = "black"
|
|
line_length = 100
|