From c980d64c6793c0780f8ad327a4d4ecf30e77713f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:59:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/_pytest/terminal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/_pytest/terminal.py b/src/_pytest/terminal.py index 4e5e8623c..2904995c6 100644 --- a/src/_pytest/terminal.py +++ b/src/_pytest/terminal.py @@ -160,8 +160,7 @@ def pytest_addoption(parser: Parser) -> None: dest="foldskipped", choices=["no", "yes"], default="yes", - help="Whether to fold skipped tests in short summary or not. " - "Default: yes.", + help="Whether to fold skipped tests in short summary or not. " "Default: yes.", ) group._addoption( "-q",