[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] 2026-05-07 08:56:34 +00:00
commit 5d4217bfb1

View file

@ -1131,8 +1131,7 @@ with sync_playwright() as p:
"At least one non-system message is required",
)
real_errors = [
e for e in page_errors
if not any(pat in e for pat in BENIGN_PATTERNS)
e for e in page_errors if not any(pat in e for pat in BENIGN_PATTERNS)
]
if page_errors:
info(