From 959afc6842843e731706f7365710863172d0348b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:33:41 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/terminal.py b/src/_pytest/terminal.py index a58c28a2f..323c118e4 100644 --- a/src/_pytest/terminal.py +++ b/src/_pytest/terminal.py @@ -230,7 +230,7 @@ def pytest_addoption(parser: Parser) -> None: "console_output_style", help='Console output: "classic", or with additional progress information ' '("progress" (percentage) | "count" | "progress-even-when-capture-no" (forces ' - 'progress even when capture=no)', + "progress even when capture=no)", default="progress", )