summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-08-11 19:40:02 +0100
committerGitHub <noreply@github.com>2020-08-11 19:40:02 +0100
commita1e9bb9eae7f90e93e0ba02e84e8216e3c2f447a (patch)
treeed117429c68d8ebc4e1f70461ea1450b174cad34 /tox.ini
parentReduce INFO logging (#8050) (diff)
downloadsynapse-a1e9bb9eae7f90e93e0ba02e84e8216e3c2f447a.tar.xz
Add typing info to Notifier (#8058)
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 9a052c1e33..54f28990ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -198,6 +198,7 @@ commands = mypy \
             synapse/logging/ \
             synapse/metrics \
             synapse/module_api \
+            synapse/notifier.py \
             synapse/push/pusherpool.py \
             synapse/push/push_rule_evaluator.py \
             synapse/replication \