Skip to content

Commit 4a30df0

Browse files
authored
Remove mypy override for zarr module (#543)
1 parent 8449dcc commit 4a30df0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

-4
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ show_error_context = true
127127
disallow_untyped_defs = true # for strict mypy: (this is the tricky one)
128128
plugins = ["numpy.typing.mypy_plugin"]
129129

130-
[[tool.mypy.overrides]]
131-
module = ["zarr"]
132-
ignore_missing_imports = true
133-
134130
[tool.bumpversion]
135131
current_version = "0.9.0"
136132
allow_dirty = true

0 commit comments

Comments
 (0)