summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-03-08 13:23:18 +0000
committerGitHub <noreply@github.com>2022-03-08 13:23:18 +0000
commit2ce27a24fe29104ca54e0a879c7ad37d88a3fc69 (patch)
tree23a2ace0464dfc2fcad8b333fe6bbe93359901fc /mypy.ini
parentDo not return allowed_room_ids from /hierarchy response. (#12175) (diff)
downloadsynapse-2ce27a24fe29104ca54e0a879c7ad37d88a3fc69.tar.xz
Add experimental environment variable to enable asyncio reactor (#12135)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 481e8a5366..c8390ddba9 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -353,3 +353,6 @@ ignore_missing_imports = True
 
 [mypy-zope]
 ignore_missing_imports = True
+
+[mypy-incremental.*]
+ignore_missing_imports = True