diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-05-15 11:19:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 11:19:43 -0400 |
commit | 5355421295315a75df6a39b34f25a9eea293545f (patch) | |
tree | 7b629e81d55ab7643ebce05af16b4d0638a6f45a /tox.ini | |
parent | Fix a small typo in the arguments of simple_update in update_remote_profile_c... (diff) | |
download | synapse-5355421295315a75df6a39b34f25a9eea293545f.tar.xz |
Add type hints to event_auth code. (#7505)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
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 \ |