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?
Merge request reports
Activity
Silencing flakes for
__init__.py
is certainly fine.The other warnings that appear are due to the disabled slicing code. We should probably remove this code properly (it can be added when needed), or make it usable. (But this is a separate issue from this one.)
I don't even remember why we disabled the slicing. Do you?
Edited by Christoph GrothAdded 1 commit:
- 3ad2f168 - use flakes in ci, fix flakes warnings
mentioned in commit 533d7938
Please register or sign in to reply