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.
Turns out that
cloudpickle.py
needs thenoqa
functionality to ignore certain lines thatflake8
has butpyflakes
does not. Also,pyflakes
appears to be unmaintained so I have changed the CI script to useflake8
but ignoring all the codes that aren'tpyflakes
codes.I think in time we maybe should fix up all the reasonable
flake8
warnings/errors but this is a good start for now.