summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-31 16:22:06 -0400
committerGitHub <noreply@github.com>2020-07-31 16:22:06 -0400
commitd1008fe949cd39e36670ea8ae819cbb7c6db9c7a (patch)
tree8808d53e156dc1fb17abcc6f86879ec695ab886c /tox.ini
parentMerge pull request #8008 from matrix-org/erikj/add_rate_limiting_to_joins (diff)
downloadsynapse-d1008fe949cd39e36670ea8ae819cbb7c6db9c7a.tar.xz
Fix some comments and types in service notices (#7996)
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 a394f6eadc..2b1db0f7f7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -202,6 +202,7 @@ commands = mypy \
             synapse/push/push_rule_evaluator.py \
             synapse/replication \
             synapse/rest \
+            synapse/server_notices \
             synapse/spam_checker_api \
             synapse/storage/data_stores/main/ui_auth.py \
             synapse/storage/database.py \