Bump mypy from 1.13.0 to 1.16.1 (#18653)

This commit is contained in:
dependabot[bot]
2025-07-15 14:42:54 +01:00
committed by GitHub
parent 97d2738eef
commit 78ce4dc26f
19 changed files with 109 additions and 66 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ class ModuleApi:
try:
app_name = self._hs.config.email.email_app_name
self._from_string = self._hs.config.email.email_notif_from % {
self._from_string = self._hs.config.email.email_notif_from % { # type: ignore[operator]
"app": app_name
}
except (KeyError, TypeError):