mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The isort author accidentally fixed the performance regression in his latest commit. Quickly upgrade isort before he notices his mistake. Signed-off-by: Anders Kaseorg <anders@zulip.com>
8 lines
170 B
INI
8 lines
170 B
INI
[settings]
|
|
src_paths = ., tools, tools/setup/emoji
|
|
multi_line_output = 3
|
|
known_third_party = zulip
|
|
include_trailing_comma = True
|
|
use_parentheses = True
|
|
line_length = 100
|