Merge remote-tracking branch 'synapse/develop' into delete_room_bg

This commit is contained in:
dklimpel 2021-11-09 20:21:24 +01:00
commit 383d808263
2 changed files with 4 additions and 0 deletions

1
changelog.d/11285.misc Normal file
View file

@ -0,0 +1 @@
Require all files in synapse/ and tests/ to pass mypy unless specifically excluded.

View file

@ -363,6 +363,9 @@ ignore_missing_imports = True
[mypy-opentracing]
ignore_missing_imports = True
[mypy-parameterized.*]
ignore_missing_imports = True
[mypy-phonenumbers.*]
ignore_missing_imports = True