diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-04 09:25:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 09:25:33 +0100 |
commit | d8be7d493d7a91a55ee37a7931157d4557a508fb (patch) | |
tree | 452c0c67917f0ec93fb0244729e2b323ffc59e58 /mypy.ini | |
parent | Compile and render Synapse's docs into a browsable, mobile-friendly and searc... (diff) | |
download | synapse-d8be7d493d7a91a55ee37a7931157d4557a508fb.tar.xz |
Enable Prometheus metrics for the jaeger client library (#10112)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini index 062872020e..8ba1b96311 100644 --- a/mypy.ini +++ b/mypy.ini @@ -130,7 +130,7 @@ ignore_missing_imports = True [mypy-canonicaljson] ignore_missing_imports = True -[mypy-jaeger_client] +[mypy-jaeger_client.*] ignore_missing_imports = True [mypy-jsonschema] |