New checks
- Added
format-html-interpolation(W5150) andmark-safe-interpolation(W5151) checks which warn when the format string offormat_html()/format_html_join()or the argument ofmark_safe()is built with an f-string,str.format(),%-formatting or+concatenation. Such values bypass Django's HTML escaping; pass them as arguments instead.
Other
- CI now tests against Django 6.0