diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-20 17:38:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 17:38:21 +0000 |
commit | b0a66ab83ce4d67e145a1129b1ebd8fc53c24408 (patch) | |
tree | e92fe5cc41128b369e096f2e34c7bae0e369803e /mypy.ini | |
parent | Fix `/events/:event_id` deprecated API. (#6731) (diff) | |
download | synapse-b0a66ab83ce4d67e145a1129b1ebd8fc53c24408.tar.xz |
Fixup synapse.rest to pass mypy (#6732)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index e3c515e2c4..69be2f67ad 100644 --- a/mypy.ini +++ b/mypy.ini @@ -66,3 +66,12 @@ ignore_missing_imports = True [mypy-sentry_sdk] ignore_missing_imports = True + +[mypy-PIL.*] +ignore_missing_imports = True + +[mypy-lxml] +ignore_missing_imports = True + +[mypy-jwt.*] +ignore_missing_imports = True |