diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-31 13:38:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 13:38:09 -0400 |
commit | 11df4ec6c2178bdd25652644a94c213c3064d693 (patch) | |
tree | db481376b838b1593ee698cc59122fc6b23fe1cc /mypy.ini | |
parent | Add a callback to react to 3PID associations (#12302) (diff) | |
download | synapse-11df4ec6c2178bdd25652644a94c213c3064d693.tar.xz |
Add more type hints to the main state store. (#12267)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini index cfe7e77c21..d371886a8d 100644 --- a/mypy.ini +++ b/mypy.ini @@ -43,7 +43,6 @@ exclude = (?x) |synapse/storage/databases/main/event_federation.py |synapse/storage/databases/main/push_rule.py |synapse/storage/databases/main/roommember.py - |synapse/storage/databases/main/state.py |synapse/storage/schema/ |tests/api/test_auth.py |