Skip to content

Commit

Permalink
DX: reduce ignored libraries for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 8, 2023
1 parent 1ccd889 commit 60d7615
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,6 @@ exclude = "_build"
show_error_codes = true
warn_unused_configs = true

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

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

[[tool.mypy.overrides]]
check_untyped_defs = true
disallow_incomplete_defs = false
Expand Down

0 comments on commit 60d7615

Please sign in to comment.