From 71ffdbba2c1f0cb30d76fa4d8d74736b843c19ca Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 22 Nov 2025 20:57:29 -0500 Subject: feat: implement t-1o2cbf1fzh2 --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 15ca3c4..ea58f64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,11 @@ strict = true implicit_reexport = true +[[tool.mypy.overrides]] +module = "Biz.PodcastItLater.Core" +ignore_missing_imports = true +disable_error_code = "import-untyped" + [tool.ruff] exclude = ["_", ".git"] line-length = 80 -- cgit v1.2.3