[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-02-20 22:33:41 +00:00
parent 9c4be4fd58
commit 959afc6842
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ def pytest_addoption(parser: Parser) -> None:
"console_output_style", "console_output_style",
help='Console output: "classic", or with additional progress information ' help='Console output: "classic", or with additional progress information '
'("progress" (percentage) | "count" | "progress-even-when-capture-no" (forces ' '("progress" (percentage) | "count" | "progress-even-when-capture-no" (forces '
'progress even when capture=no)', "progress even when capture=no)",
default="progress", default="progress",
) )