summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-02-14 12:49:40 -0500
committerGitHub <noreply@github.com>2020-02-14 12:49:40 -0500
commit10027c80b031f1e62b47cd61c534420673f49a71 (patch)
tree73652ba5b9350bf444b03fb6752451b2252bd18c /tox.ini
parentcontrib/docker: Ensure correct encoding and locale settings on DB creation (#... (diff)
downloadsynapse-10027c80b031f1e62b47cd61c534420673f49a71.tar.xz
Add type hints to the spam check module (#6915)
Add typing information to the spam checker modules.
Diffstat (limited to '')
-rw-r--r--tox.ini1
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 \