Skip to content

Flakes for CI

Anton Akhmerov requested to merge anton-akhmerov/kwant:flakes into master
  • 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