diff --git a/pyproject.toml b/pyproject.toml index 1c8117f..abf8cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,6 +81,7 @@ enable_error_code = [ [[tool.mypy.overrides]] module = ["aioboto3.*", "aiobotocore.*"] follow_untyped_imports = true +ignore_missing_imports = true [tool.ruff] fix = true