Skip to content

Commit

Permalink
chore: typing
Browse files Browse the repository at this point in the history
phil65 committed Nov 16, 2024
1 parent 65af131 commit c932d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mknodes/jinja/filters.py
Original file line number Diff line number Diff line change
@@ -140,4 +140,4 @@ def script_tag(context: runtime.Context, extra_script):
html += " async"
html += "></script>"
string = url(context, str(extra_script))
return Markup(html).format(string, extra_script)
return Markup(html).format(string, extra_script) # noqa: RUF035

0 comments on commit c932d0a

Please sign in to comment.