From 955bf8abf06dac1854e378b6c252fad289a18ddd Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sun, 5 Nov 2023 14:11:42 -0800 Subject: [PATCH] allow missing types for more packages :( --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b6e0ec..a391000 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,11 @@ dev = ["tox", "pre-commit", "virtualenv", "pip", "twine", "toml", "bump2version" [[tool.mypy.overrides]] module = [ "aiofiles", - "orjson" + "orjson", + "vdom", + "repr_llm.*", + "origami.*", + "deprecation" ] ignore_missing_imports = true