We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c63a2 commit a38f9cdCopy full SHA for a38f9cd
src/mkdocstrings_handlers/python/_internal/rendering.py
@@ -336,7 +336,7 @@ def repl(match: Match) -> str:
336
text = re.sub(r"([\w.]+)", repl, text)
337
if code:
338
text = f"<code>{text}</code>"
339
- return Markup(text).format(**variables)
+ return Markup(text).format(**variables) # noqa: S704
340
341
342
_split_path_re = re.compile(r"([.(]?)([\w]+)(\))?")
0 commit comments