diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-22 22:35:01 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-22 22:35:01 -0500 |
| commit | 8e52df3c869950d2b8566fe3700ead38172f82b9 (patch) | |
| tree | 726814ad27f719f408c4f668613d30f3272cb8f5 /pyproject.toml | |
| parent | 7358f44413d8261bc8b4adb546bf6f4f097b43e1 (diff) | |
| parent | 71ffdbba2c1f0cb30d76fa4d8d74736b843c19ca (diff) | |
Merge branch 'task/t-1o2cbf1fzh2' into live
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0e8c8f3..aa09ac8 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", "build"] line-length = 80 |
