Files
zulip/.isort.cfg
Anders Kaseorg 72d2e5df15 isort: Enable black profile.
Our isort configuration was almost Black-compatible, but we were
missing ensure_newline_before_comments.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-09-02 11:00:07 -07:00

6 lines
111 B
INI

[settings]
src_paths = ., tools, tools/setup/emoji
known_third_party = zulip
profile = black
line_length = 100