summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
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