Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c01bc5f

Browse files
authored
Add remaining type hints to synapse.events. (#11098)
1 parent 4535532 commit c01bc5f

File tree

15 files changed

+185
-110
lines changed

15 files changed

+185
-110
lines changed

changelog.d/11098.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add type hints to `synapse.events`.

mypy.ini

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,7 @@ files =
2222
synapse/config,
2323
synapse/crypto,
2424
synapse/event_auth.py,
25-
synapse/events/builder.py,
26-
synapse/events/presence_router.py,
27-
synapse/events/snapshot.py,
28-
synapse/events/spamcheck.py,
29-
synapse/events/third_party_rules.py,
30-
synapse/events/utils.py,
31-
synapse/events/validator.py,
25+
synapse/events,
3226
synapse/federation,
3327
synapse/groups,
3428
synapse/handlers,

0 commit comments

Comments
 (0)