Skip to content

Commit

Permalink
Updated to exclude kerchunk and numcodecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorbaker committed Oct 25, 2023
1 parent e4d679d commit 7161910
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ mypy_path = src
explicit_package_bases = True
namespace_packages = True

[mypy-kerchunk.*]
ignore_missing_imports = True

[mypy-matplotlib.*]
ignore_missing_imports = True

[mypy-numcodecs.*]
ignore_missing_imports = True

[mypy-pandas.*]
ignore_missing_imports = True

[mypy-seaborn.*]
ignore_missing_imports = True

[mypy-fsspec.*]
ignore_missing_imports = True
ignore_missing_imports = True

0 comments on commit 7161910

Please sign in to comment.