diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-14 12:49:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 12:49:40 -0500 |
commit | 10027c80b031f1e62b47cd61c534420673f49a71 (patch) | |
tree | 73652ba5b9350bf444b03fb6752451b2252bd18c /tox.ini | |
parent | contrib/docker: Ensure correct encoding and locale settings on DB creation (#... (diff) | |
download | synapse-10027c80b031f1e62b47cd61c534420673f49a71.tar.xz |
Add type hints to the spam check module (#6915)
Add typing information to the spam checker modules.
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 f8229eba88..b9132a3177 100644 --- a/tox.ini +++ b/tox.ini @@ -179,6 +179,7 @@ extras = all commands = mypy \ synapse/api \ synapse/config/ \ + synapse/events/spamcheck.py \ synapse/federation/sender \ synapse/federation/transport \ synapse/handlers/sync.py \ |