Skip to content

Commit

Permalink
DX: ignore missing types sympy
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 2, 2024
1 parent 233bcc3 commit fc89828
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ exclude = "_build"
show_error_codes = true
warn_unused_configs = true

[[tool.mypy.overrides]]
ignore_missing_imports = true
module = ["sympy.*"]

[[tool.mypy.overrides]]
ignore_missing_imports = true
module = ["graphviz.*"]
Expand Down

0 comments on commit fc89828

Please sign in to comment.