Skip to content

Commit 2ab314d

Browse files
committed
add ecmwfapi ignore
1 parent c15ea93 commit 2ab314d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ testpaths = pvlib/tests
3030
ignore_missing_imports = True
3131
[mypy-ephem.*]
3232
ignore_missing_imports = True
33+
[mypy-ecmwfapi.*]
34+
ignore_missing_imports = True
3335
[mypy-numba.*]
3436
ignore_missing_imports = True
3537
[mypy-numpy.*]

0 commit comments

Comments
 (0)