浏览代码

Ignore missing imports for parameterized. (#11285)

This was due to a conflict between #11282, which changed
mypy configuration, and #11228, a normal change.
Patrick Cloke 2 年之前
父节点
当前提交
0ef69ddbdc
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 1 0
      changelog.d/11285.misc
  2. 3 0
      mypy.ini

+ 1 - 0
changelog.d/11285.misc

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

+ 3 - 0
mypy.ini

@@ -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