From 3f3342674d57752a926ca305943d2bc8eddfa6ca Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:31:43 -0400 Subject: [PATCH] chore: Add noqa comment --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index 387d6240..e158903f 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -16,7 +16,7 @@ test_search_params = [ ("en", r"found \d+ page\(s\) matching"), # See https://github.com/sphinx-doc/sphinx/issues/11008 - # > ('es', r'encontraron \d+ páginas que coinciden'), + # ('es', r'encontraron \d+ páginas que coinciden'), # noqa: ERA001 ] last_path = "/support/"