Fix lint and E2E filter regression
Some checks failed
CI / nightly-e2e (pull_request) Has been skipped
CI / deploy (pull_request) Has been skipped
CI / ci (pull_request) Failing after 19s
CI / pr-e2e (pull_request) Failing after 44s

Wrap long lines for Ruff and restore a single 'All' tag-reset link to avoid Playwright strict-mode collisions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Mark
2026-03-03 11:29:21 +00:00
parent e2f71a801c
commit 7669a5049c
3 changed files with 11 additions and 5 deletions

View File

@@ -58,7 +58,9 @@ def get_categories_nav(context):
index_page = index_qs.first()
if not index_page:
return []
categories = index_page.get_listing_context(request, active_category=None)["available_categories"].filter(show_in_nav=True)
categories = index_page.get_listing_context(
request, active_category=None
)["available_categories"].filter(show_in_nav=True)
return [
{
"name": category.name,