Philipp Hörist pushed to branch master at gajim / gajim


Commits:
e741c8e3 by Philipp Hörist at 2022-12-15T00:02:45+01:00
cq: Events: Fix type annotation

- - - - -
f2ef6140 by Philipp Hörist at 2022-12-15T00:03:30+01:00
ci: Update pyright config

- - - - -


2 changed files:

- gajim/common/events.py
- pyproject.toml


Changes:

=====================================
gajim/common/events.py
=====================================
@@ -616,7 +616,7 @@ class SecCatalogReceived(ApplicationEvent):
     name: str = field(init=False, default='sec-catalog-received')
     account: str
     jid: str
-    catalog: dict[str, Catalog]
+    catalog: Catalog
 
 
 @dataclass


=====================================
pyproject.toml
=====================================
@@ -36,7 +36,6 @@ exclude = [
   "gajim/gtk/settings.py",
   "gajim/gtk/server_info.py",
   "gajim/gtk/groupchat_info.py",
-  "gajim/gtk/security_label_selector.py",
 ]
 include = [
     "launch.py",



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/6054a21bb7a80ca79ab7bca0d4528937edcb7fc5...f2ef61401bc6c91af6ab353c36b365ce6d6352b9

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/6054a21bb7a80ca79ab7bca0d4528937edcb7fc5...f2ef61401bc6c91af6ab353c36b365ce6d6352b9
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to