[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] 2024-07-03 12:59:45 +00:00
parent 59c925caae
commit c980d64c67
1 changed files with 1 additions and 2 deletions

View File

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