From 5c2cc0d97da978d0f087f3e04ad097912952b449 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 18 Sep 2025 22:02:21 -0400 Subject: [PATCH] feat: ignore missing clourscrapers --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 00b350b..289baf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,3 +21,6 @@ dev = [ [tool.pytest.ini_options] pythonpath = ["."] + +[tool.mypy] +ignore_missing_imports = true