mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
ruff: Fix ISC003 Explicitly concatenated string.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
2c5e114f8b
commit
17300f196c
@@ -45,8 +45,10 @@ VNU_IGNORE = [
|
||||
r"The first occurrence of ID “[^”]*” was here\.",
|
||||
r"Attribute “markdown” not allowed on element “div” at this point\.",
|
||||
r"No “p” element in scope but a “p” end tag seen\.",
|
||||
r"Element “div” not allowed as child of element “ul” in this context\. "
|
||||
+ r"\(Suppressing further errors from this subtree\.\)",
|
||||
(
|
||||
r"Element “div” not allowed as child of element “ul” in this context\."
|
||||
r" \(Suppressing further errors from this subtree\.\)"
|
||||
),
|
||||
# Opinionated informational messages.
|
||||
r"Self-closing tag syntax in text/html documents is widely discouraged; it’s unnecessary and interacts badly with other HTML features \(e\.g\., unquoted attribute values\)\. If you’re using a tool that injects self-closing tag syntax into all void elements, without any option to prevent it from doing so, then consider switching to a different tool\.",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user