Flakes for CI
- I've switched on flakes in CI so that it can catch some simple errors.
- Among cruft pyflakes has identified two actual bugs.
Right now pyflakes is too simple-minded to digest dynamic formation of __all__
in __init__.py
, should we do something about it or should we rather silence pyflakes like I did?