diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-24 14:25:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 14:25:27 -0400 |
commit | 5758dcf30c245efa1032385cd1af7853d39642a9 (patch) | |
tree | c3fe5e05f8ce1c408ab9d74d2ecd16c7bb6f459e /tox.ini | |
parent | Stop shadow-banned users from sending non-member events. (#8142) (diff) | |
download | synapse-5758dcf30c245efa1032385cd1af7853d39642a9.tar.xz |
Add type hints for state. (#8140)
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 ea804108b5..edeb757f7b 100644 --- a/tox.ini +++ b/tox.ini @@ -209,6 +209,7 @@ commands = mypy \ synapse/server.py \ synapse/server_notices \ synapse/spam_checker_api \ + synapse/state \ synapse/storage/databases/main/ui_auth.py \ synapse/storage/database.py \ synapse/storage/engines \ |