[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] 2021-07-06 07:18:56 +00:00
parent 953fdabaf0
commit 51f645e567
1 changed files with 3 additions and 1 deletions

View File

@ -958,7 +958,9 @@ class TerminalReporter:
message = message.rstrip()
self._tw.line(message)
self._tw.line()
self._tw.line("-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html")
self._tw.line(
"-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html"
)
def summary_passes(self) -> None:
if self.config.option.tbstyle != "no":