Skip to content

Commit

Permalink
allow missing types for more packages :(
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Nov 5, 2023
1 parent 6455e44 commit 955bf8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 955bf8a

Please sign in to comment.