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 c4f3d03
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ lint = [
"ruff",
]
mypy = [
"ampform[viz]",
"ipywidgets", # symplot
"mypy >=0.730",
"sphinx-api-relink >=0.0.3",
]
Expand Down Expand Up @@ -181,14 +183,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 c4f3d03

Please sign in to comment.