Skip to content

Commit

Permalink
ci: remove mypy ignore imports for matplotlib (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiQube authored Sep 28, 2023
1 parent 99d7c31 commit 73793f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ warn_redundant_casts = true
module = "scipy.*"
ignore_missing_imports = true

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

[[tool.mypy.overrides]]
module = "tests.*"
check_untyped_defs = false
Expand Down

0 comments on commit 73793f3

Please sign in to comment.