diff options
author | Erik Johnston <erik@matrix.org> | 2020-08-11 19:40:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 19:40:02 +0100 |
commit | a1e9bb9eae7f90e93e0ba02e84e8216e3c2f447a (patch) | |
tree | ed117429c68d8ebc4e1f70461ea1450b174cad34 /tox.ini | |
parent | Reduce INFO logging (#8050) (diff) | |
download | synapse-a1e9bb9eae7f90e93e0ba02e84e8216e3c2f447a.tar.xz |
Add typing info to Notifier (#8058)
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 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 \ |