ruff: Fix ISC001 Implicitly concatenated string literals on one line.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-01-02 16:51:16 -08:00
committed by Tim Abbott
parent 234d628fee
commit 2c5e114f8b
9 changed files with 20 additions and 23 deletions

View File

@@ -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",