From cb2e45e5ae30a9c0a8b12b7ce6b075ac167be828 Mon Sep 17 00:00:00 2001 From: brb Date: Fri, 14 Jul 2023 14:56:04 +0200 Subject: [PATCH] updated ignored modules --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mypy.ini b/mypy.ini index faf1c78..54ccf48 100644 --- a/mypy.ini +++ b/mypy.ini @@ -10,4 +10,7 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-fastapi.*] +ignore_missing_imports = True + +[mypy-httpx.*] ignore_missing_imports = True \ No newline at end of file