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

Commit

Permalink
Ignore missing imports for parameterized. (#11285)
Browse files Browse the repository at this point in the history
This was due to a conflict between #11282, which changed
mypy configuration, and #11228, a normal change.
  • Loading branch information
clokep committed Nov 9, 2021
1 parent 3b95144 commit 0ef69dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/11285.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Require all files in synapse/ and tests/ to pass mypy unless specifically excluded.
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0ef69dd

Please sign in to comment.