ome / ome-zarr-py

Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
https://pypi.org/project/ome-zarr
Other
150 stars 53 forks source link

Revert A005 ignore: "module is shadowing python builtin module" #374

Open joshmoore opened 5 months ago

joshmoore commented 5 months ago

see https://github.com/ome/ome-zarr-py/pull/373

ome_zarr/csv.py:0:1: A005 the module is shadowing a Python builtin module "csv"
ome_zarr/io.py:0:1: A005 the module is shadowing a Python builtin module "io"
ome_zarr/types.py:0:1: A005 the module is shadowing a Python builtin module "types"