From 6bfbd9589ac61e5b5944a7065a8a6b92d832917a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Li=C3=A9tar?= Date: Mon, 13 Jan 2025 16:51:27 +0000 Subject: [PATCH] Fix type checking --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7dfcce9..625d9c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -212,3 +212,9 @@ ignore_missing_imports = true [[tool.mypy.overrides]] module = "tblib" ignore_missing_imports = true + +[[tool.mypy.overrides]] +# https://github.com/getsentry/responses/issues/751 +module = "responses" +ignore_missing_imports = true +