Skip to content

Commit f1a21b0

Browse files
committed
mypy: don't ignore matplotlib and pytest
1 parent df521a5 commit f1a21b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ disallow_untyped_defs = true
5959
module = [
6060
"f90nml.*",
6161
"h5py.*",
62-
"matplotlib.*",
6362
"mpl_toolkits.*",
64-
"pytest.*",
6563
"scipy.*",
6664
]
6765
ignore_missing_imports = true

0 commit comments

Comments
 (0)