Skip to content

Commit 668dc59

Browse files
committed
🚨 Fix mypy type errors for external library
1 parent 74585d0 commit 668dc59

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module = [
8080
"anemoi.utils.*",
8181
"earthkit.*",
8282
"icenet.data.sic.*",
83+
"imageio_ffmpeg.*",
8384
"zarr.*",
8485
]
8586
ignore_missing_imports = true
@@ -93,16 +94,11 @@ addopts = [
9394
testpaths = ["tests"]
9495
norecursedirs = [
9596
".git",
96-
".venv",
97-
"venv",
98-
"__pycache__",
99-
".pytest_cache",
10097
".mypy_cache",
101-
"node_modules",
102-
".idea",
98+
".pytest_cache",
99+
".ruff_cache",
100+
".venv",
103101
".vscode",
104-
"data",
105-
"raw_input_*",
106102
]
107103

108104
[tool.ruff]

0 commit comments

Comments
 (0)