Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 0ef69dd

Browse files
authored
Ignore missing imports for parameterized. (#11285)
This was due to a conflict between #11282, which changed mypy configuration, and #11228, a normal change.
1 parent 3b95144 commit 0ef69dd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog.d/11285.misc

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

mypy.ini

+3
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ ignore_missing_imports = True
363363
[mypy-opentracing]
364364
ignore_missing_imports = True
365365

366+
[mypy-parameterized.*]
367+
ignore_missing_imports = True
368+
366369
[mypy-phonenumbers.*]
367370
ignore_missing_imports = True
368371

0 commit comments

Comments
 (0)