summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-03-12 11:36:27 -0400
committerGitHub <noreply@github.com>2020-03-12 11:36:27 -0400
commit77d0a4507b1c8ce3a1195851e87e723287332786 (patch)
treece01380cc1ba9817112b5d39a50717d921c4602e /tox.ini
parentMerge pull request #7066 from matrix-org/babolivier/dummy_events_state (diff)
downloadsynapse-77d0a4507b1c8ce3a1195851e87e723287332786.tar.xz
Add type annotations and comments to auth handler (#7063)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 7622aa19f1..8b4c37c2ee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -185,6 +185,7 @@ commands = mypy \
             synapse/federation/federation_client.py \
             synapse/federation/sender \
             synapse/federation/transport \
+            synapse/handlers/auth.py \
             synapse/handlers/directory.py \
             synapse/handlers/presence.py \
             synapse/handlers/sync.py \