We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8449dcc commit 4a30df0Copy full SHA for 4a30df0
1 file changed
pyproject.toml
@@ -127,10 +127,6 @@ show_error_context = true
127
disallow_untyped_defs = true # for strict mypy: (this is the tricky one)
128
plugins = ["numpy.typing.mypy_plugin"]
129
130
-[[tool.mypy.overrides]]
131
-module = ["zarr"]
132
-ignore_missing_imports = true
133
-
134
[tool.bumpversion]
135
current_version = "0.9.0"
136
allow_dirty = true
0 commit comments