diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-15 11:44:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 11:44:39 +0100 |
commit | 8075504a600b47ac93faf9b605ade691ae0fbcd3 (patch) | |
tree | fb3ab30d871bd18852cd2b87e38d315dc49b59cf /mypy.ini | |
parent | Merge pull request #8548 from matrix-org/rav/deferred_cache (diff) | |
download | synapse-8075504a600b47ac93faf9b605ade691ae0fbcd3.tar.xz |
Enable mypy for synapse.util.caches (#8547)
This seemed to entail dragging in a type stub for SortedList.
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mypy.ini b/mypy.ini index f08fe992a4..9748f6258c 100644 --- a/mypy.ini +++ b/mypy.ini @@ -64,9 +64,7 @@ files = synapse/streams, synapse/types.py, synapse/util/async_helpers.py, - synapse/util/caches/descriptors.py, - synapse/util/caches/response_cache.py, - synapse/util/caches/stream_change_cache.py, + synapse/util/caches, synapse/util/metrics.py, tests/replication, tests/test_utils, |