File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -171,21 +171,15 @@ disallow_incomplete_defs = true
171
171
172
172
[[tool .mypy .overrides ]]
173
173
module = [
174
- " zarr.v2._storage.store" ,
175
- " zarr.v2._storage.v3_storage_transformers" ,
174
+ " zarr.v2.*" ,
176
175
" 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" ,
183
176
" tests.*" ,
184
177
]
185
178
check_untyped_defs = false
186
179
187
180
[[tool .mypy .overrides ]]
188
181
module = [
182
+ " zarr.v2.*" ,
189
183
" zarr.abc.codec" ,
190
184
" zarr.codecs.bytes" ,
191
185
" zarr.codecs.pipeline" ,
@@ -194,8 +188,6 @@ module = [
194
188
" zarr.array_v2" ,
195
189
" zarr.array" ,
196
190
" zarr.sync" ,
197
- " zarr.v2.convenience" ,
198
- " zarr.v2.meta" ,
199
191
]
200
192
disallow_any_generics = false
201
193
You can’t perform that action at this time.
0 commit comments