ubarsc / rios

A raster processing layer on top of GDAL
https://www.rioshome.org
GNU General Public License v3.0
14 stars 8 forks source link

try and keep flake8 happy by tidying the code #37

Closed gillins closed 2 years ago

gillins commented 2 years ago

Turns out that cloudpickle.py needs the noqa functionality to ignore certain lines that flake8 has but pyflakes does not. Also, pyflakes appears to be unmaintained so I have changed the CI script to use flake8 but ignoring all the codes that aren't pyflakes codes.

I think in time we maybe should fix up all the reasonable flake8 warnings/errors but this is a good start for now.