diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-10-13 07:00:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 07:00:07 -0400 |
commit | 732bbf6737813b75e0cf9a255cae73f529c981ec (patch) | |
tree | d5b9a51a3c138c660bae5db9090e751913b6f67a /mypy.ini | |
parent | Mark Module API error imports as re-exported and mark Synapse as containing t... (diff) | |
download | synapse-732bbf6737813b75e0cf9a255cae73f529c981ec.tar.xz |
Be more lenient when parsing the version for oEmbed responses. (#11065)
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 22768a037d..93757cd95d 100644 --- a/mypy.ini +++ b/mypy.ini @@ -90,6 +90,7 @@ files = tests/rest/client/test_login.py, tests/rest/client/test_auth.py, tests/rest/media/v1/test_filepath.py, + tests/rest/media/v1/test_oembed.py, tests/storage/test_state.py, tests/storage/test_user_directory.py, tests/util/test_itertools.py, |