Skip to content

Commit

Permalink
mypy: do not ignore matplotlib and pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
amorison committed Sep 5, 2024
1 parent ba2d3a9 commit 2481112
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ disallow_untyped_defs = true

[[tool.mypy.overrides]]
module = [
"matplotlib.*",
"mpl_toolkits.*",
"pytest.*",
"scipy.*",
]
ignore_missing_imports = true
Expand Down

0 comments on commit 2481112

Please sign in to comment.