diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-04-16 10:52:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 10:52:55 -0400 |
commit | 01294e6b3a5c6ba909a0e70dad97a9ce7fdb64b9 (patch) | |
tree | 1d5a64898fd148a85bfa39d1be665b047b94785e /tox.ini | |
parent | Fix 'generator object is not subscriptable' error (#7290) (diff) | |
download | synapse-01294e6b3a5c6ba909a0e70dad97a9ce7fdb64b9.tar.xz |
Do not treat display names as globs for push rules. (#7271)
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 763c8463d9..42b2d74891 100644 --- a/tox.ini +++ b/tox.ini @@ -196,6 +196,7 @@ commands = mypy \ synapse/metrics \ synapse/module_api \ synapse/push/pusherpool.py \ + synapse/push/push_rule_evaluator.py \ synapse/replication \ synapse/rest \ synapse/spam_checker_api \ |