summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-05-15 11:19:43 -0400
committerGitHub <noreply@github.com>2020-05-15 11:19:43 -0400
commit5355421295315a75df6a39b34f25a9eea293545f (patch)
tree7b629e81d55ab7643ebce05af16b4d0638a6f45a /tox.ini
parentFix a small typo in the arguments of simple_update in update_remote_profile_c... (diff)
downloadsynapse-5355421295315a75df6a39b34f25a9eea293545f.tar.xz
Add type hints to event_auth code. (#7505)
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 203c648008..a69bc04334 100644
--- a/tox.ini
+++ b/tox.ini
@@ -180,6 +180,7 @@ commands = mypy \
             synapse/api \
             synapse/appservice \
             synapse/config \
+            synapse/event_auth.py \
             synapse/events/spamcheck.py \
             synapse/federation \
             synapse/handlers/auth.py \