Skip to content

Commit 6fbfaa0

Browse files
Add mypy ignores (#146)
* add mypy ignores * Add in the toml instead * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 75a98e7 commit 6fbfaa0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,12 @@ show_error_codes = true
3939

4040
[[tool.mypy.overrides]]
4141
module=[
42+
"cachey",
43+
"cftime",
4244
"dask.*",
45+
"importlib_metadata",
4346
"numpy_groupies",
47+
"matplotlib.*",
4448
"pandas",
4549
"setuptools",
4650
"toolz"

0 commit comments

Comments
 (0)