diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-07-14 09:13:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 14:13:40 +0100 |
commit | eb3beb8f12a5ee93e19eacf0f03c6bcde18999fe (patch) | |
tree | 322b6710f69369a596d85076ef3e57f3c2ac2708 /mypy.ini | |
parent | Fix messages from multiple senders in historical chunk (MSC2716) (#10276) (diff) | |
download | synapse-eb3beb8f12a5ee93e19eacf0f03c6bcde18999fe.tar.xz |
Add type hints and comments to event auth code. (#10393)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index 72ce932d73..8717ae738e 100644 --- a/mypy.ini +++ b/mypy.ini @@ -83,6 +83,7 @@ files = synapse/util/stringutils.py, synapse/visibility.py, tests/replication, + tests/test_event_auth.py, tests/test_utils, tests/handlers/test_password_providers.py, tests/rest/client/v1/test_login.py, |