diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-04 10:04:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 10:04:50 -0500 |
commit | 1c9a8505623475ae28067e6f0e8e74ede70c728a (patch) | |
tree | 06b2b63dd07b69fb0ff7e99c2c28c1b57093ac37 /mypy.ini | |
parent | Add link to Synapse dev room to the relevant README section (#9002) (diff) | |
download | synapse-1c9a8505623475ae28067e6f0e8e74ede70c728a.tar.xz |
Add type hints to the crypto module. (#8999)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index a54f34fe24..6a53abfaa9 100644 --- a/mypy.ini +++ b/mypy.ini @@ -17,6 +17,7 @@ files = synapse/api, synapse/appservice, synapse/config, + synapse/crypto, synapse/event_auth.py, synapse/events/builder.py, synapse/events/validator.py, @@ -75,6 +76,7 @@ files = synapse/storage/background_updates.py, synapse/storage/databases/main/appservice.py, synapse/storage/databases/main/events.py, + synapse/storage/databases/main/keys.py, synapse/storage/databases/main/pusher.py, synapse/storage/databases/main/registration.py, synapse/storage/databases/main/stream.py, |