Skip to content

Commit

Permalink
chore: Add noqa comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 7, 2024
1 parent 3501553 commit 3f33426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

0 comments on commit 3f33426

Please sign in to comment.