mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Our isort configuration was almost Black-compatible, but we were missing ensure_newline_before_comments. Signed-off-by: Anders Kaseorg <anders@zulip.com>
6 lines
111 B
INI
6 lines
111 B
INI
[settings]
|
|
src_paths = ., tools, tools/setup/emoji
|
|
known_third_party = zulip
|
|
profile = black
|
|
line_length = 100
|