[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-06-27 13:27:33 +00:00
committed by Pavel Březina
parent 269ded17a6
commit 2c1ed505d9

View File

@@ -208,7 +208,7 @@ class BaseReport:
return word, markup
fail(
f"pytest_report_teststatus() hook (from a plugin) returned "
"pytest_report_teststatus() hook (from a plugin) returned "
"an invalid verbose value: {verbose!r}.\nExpected either a string "
"or a tuple of (word, markup)."
)