Make flake8 enforce import order and no builtin shadowing
Created by: cburchert
I added plugins to flake8 for further rule checking. This should be merged after the cleanup branch, which fixes all errors discovered by these settings.
For me it also works with my editor, if I install the two plugins system wide and add these lines(same as tox.ini) to my global flake8 config:
ignore = I201
application-import-names = amivapi
import-order-style = google