diff --git a/pyproject.toml b/pyproject.toml index 1bee0e4..f3f6ddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,3 +120,7 @@ ignore_missing_imports = true [[tool.mypy.overrides]] module = "shared.mongodb.*" ignore_missing_imports = true + +[[tool.mypy.overrides]] +module = "testcontainers.*" +ignore_missing_imports = true