diff options
author | Erik Johnston <erik@matrix.org> | 2022-03-08 13:23:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 13:23:18 +0000 |
commit | 2ce27a24fe29104ca54e0a879c7ad37d88a3fc69 (patch) | |
tree | 23a2ace0464dfc2fcad8b333fe6bbe93359901fc /mypy.ini | |
parent | Do not return allowed_room_ids from /hierarchy response. (#12175) (diff) | |
download | synapse-2ce27a24fe29104ca54e0a879c7ad37d88a3fc69.tar.xz |
Add experimental environment variable to enable asyncio reactor (#12135)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
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 |