mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
ruff: Partially reformat Python with Ruff 0.9 (2025 style).
These are the changes that are backwards compatible with the 2024 style. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
99ea0255da
commit
653b0b0436
@@ -301,8 +301,7 @@ class Command(ZulipBaseCommand):
|
||||
parser.add_argument(
|
||||
"--test-suite",
|
||||
action="store_true",
|
||||
help="Configures populate_db to create a deterministic "
|
||||
"data set for the backend tests.",
|
||||
help="Configures populate_db to create a deterministic data set for the backend tests.",
|
||||
)
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user