summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-10-13 07:00:07 -0400
committerGitHub <noreply@github.com>2021-10-13 07:00:07 -0400
commit732bbf6737813b75e0cf9a255cae73f529c981ec (patch)
treed5b9a51a3c138c660bae5db9090e751913b6f67a /mypy.ini
parentMark Module API error imports as re-exported and mark Synapse as containing t... (diff)
downloadsynapse-732bbf6737813b75e0cf9a255cae73f529c981ec.tar.xz
Be more lenient when parsing the version for oEmbed responses. (#11065)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini1
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,