diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-07 08:58:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 08:58:21 -0400 |
commit | b460a088c647a6d3ea0e5a9f4f80d86bb9e303b3 (patch) | |
tree | 8fe8e12f5c0837ffd20bba15f7e0a0b140d2799f /mypy.ini | |
parent | Fix returning incorrect prev_batch token in incremental sync (#8486) (diff) | |
download | synapse-b460a088c647a6d3ea0e5a9f4f80d86bb9e303b3.tar.xz |
Add typing information to the device handler. (#8407)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index e84ad04e41..a7ffb81ef1 100644 --- a/mypy.ini +++ b/mypy.ini @@ -17,6 +17,7 @@ files = synapse/federation, synapse/handlers/auth.py, synapse/handlers/cas_handler.py, + synapse/handlers/device.py, synapse/handlers/directory.py, synapse/handlers/events.py, synapse/handlers/federation.py, |