mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
python: Reformat with Ruff formatter.
https://docs.astral.sh/ruff/formatter/ Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
c85b2edbd4
commit
570f3dd447
@@ -31,7 +31,7 @@ FAIL = "\033[91m"
|
||||
ENDC = "\033[0m"
|
||||
BLACKONYELLOW = "\x1b[0;30;43m"
|
||||
WHITEONRED = "\x1b[0;37;41m"
|
||||
BOLDRED = "\x1B[1;31m"
|
||||
BOLDRED = "\x1b[1;31m"
|
||||
BOLD = "\x1b[1m"
|
||||
GRAY = "\x1b[90m"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user