From 1a07bb620ed60c3578d4a3e05bc5a17175274e6f Mon Sep 17 00:00:00 2001 From: jayesh Date: Mon, 27 Jan 2025 20:30:13 +0530 Subject: [PATCH] updates --- mypy.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 738b9a611..cd2731350 100644 --- a/mypy.ini +++ b/mypy.ini @@ -5,4 +5,7 @@ follow_imports = normal follow_untyped_imports = True [mypy-aiobotocore.*] -follow_untyped_imports = True \ No newline at end of file +follow_untyped_imports = True + +[mypy-boto3.*] +follow_untyped_imports = True