mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
ruff: Fix ISC001 Implicitly concatenated string literals on one line.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
234d628fee
commit
2c5e114f8b
@@ -256,9 +256,7 @@ def main() -> None:
|
||||
parser.add_argument(
|
||||
"--rerun",
|
||||
action="store_true",
|
||||
help=(
|
||||
"Run the tests which failed the last time " "test-backend was run. Implies not --stop."
|
||||
),
|
||||
help="Run the tests which failed the last time test-backend was run. Implies not --stop.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--include-webhooks",
|
||||
|
||||
Reference in New Issue
Block a user