fatiando / verde

Processing and gridding spatial data, machine-learning style
https://www.fatiando.org/verde
BSD 3-Clause "New" or "Revised" License
604 stars 72 forks source link

Ignore flake warning on io module #445

Closed santisoler closed 7 months ago

santisoler commented 7 months ago

Ignore the flake8-builtins A005 error raised because the verde.io module is shadowing the builtin io module.

santisoler commented 7 months ago

I think for Verde v2.0.0 we should aim to making these modules private. That would make this flake8 configuration obsolete.

leouieda commented 7 months ago

Yes we should but it wouldn't change this. flake8 complains about _io.py as well...

santisoler commented 7 months ago

Oh, good to know.