Skip to content

Commit 98709b1

Browse files
committed
🚨 Fix mypy type errors for external library
1 parent d218e63 commit 98709b1

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
@@ -79,6 +79,7 @@ module = [
7979
"anemoi.utils.*",
8080
"earthkit.*",
8181
"icenet.data.sic.*",
82+
"imageio_ffmpeg.*",
8283
"zarr.*",
8384
]
8485
ignore_missing_imports = true
@@ -92,16 +93,11 @@ addopts = [
9293
testpaths = ["tests"]
9394
norecursedirs = [
9495
".git",
95-
".venv",
96-
"venv",
97-
"__pycache__",
98-
".pytest_cache",
9996
".mypy_cache",
100-
"node_modules",
101-
".idea",
97+
".pytest_cache",
98+
".ruff_cache",
99+
".venv",
102100
".vscode",
103-
"data",
104-
"raw_input_*",
105101
]
106102

107103
[tool.ruff]

0 commit comments

Comments
 (0)