Skip to content

Commit 177d43e

Browse files
committed
mypy: ignore submodules of external dependencies
1 parent 72be94b commit 177d43e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ check_untyped_defs = true
1010
[[tool.mypy.overrides]]
1111
module = [
1212
"setuptools_scm",
13-
"f90nml",
14-
"h5py",
13+
"f90nml.*",
14+
"h5py.*",
1515
"matplotlib.*",
1616
"mpl_toolkits.*",
17-
"pandas",
17+
"pandas.*",
1818
"scipy.*",
1919
]
2020
ignore_missing_imports = true

0 commit comments

Comments
 (0)