Skip to content

Commit 533a7b0

Browse files
committed
Simplify mypy override lists
1 parent c1323c4 commit 533a7b0

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,21 +171,15 @@ disallow_incomplete_defs = true
171171

172172
[[tool.mypy.overrides]]
173173
module = [
174-
"zarr.v2._storage.store",
175-
"zarr.v2._storage.v3_storage_transformers",
174+
"zarr.v2.*",
176175
"zarr.group",
177-
"zarr.v2.core",
178-
"zarr.v2.hierarchy",
179-
"zarr.v2.indexing",
180-
"zarr.v2.storage",
181-
"zarr.v2.sync",
182-
"zarr.v2.util",
183176
"tests.*",
184177
]
185178
check_untyped_defs = false
186179

187180
[[tool.mypy.overrides]]
188181
module = [
182+
"zarr.v2.*",
189183
"zarr.abc.codec",
190184
"zarr.codecs.bytes",
191185
"zarr.codecs.pipeline",
@@ -194,8 +188,6 @@ module = [
194188
"zarr.array_v2",
195189
"zarr.array",
196190
"zarr.sync",
197-
"zarr.v2.convenience",
198-
"zarr.v2.meta",
199191
]
200192
disallow_any_generics = false
201193

0 commit comments

Comments
 (0)