Enable a lot more flake8 warnings, but don't fail the CI
This MR modifies the flake8
configuration in setup.cfg
to display a lot more stuff, but don't have the CI job actually fail because of it, just present the issues in the merge request UI.
In this model the style
job will only fail if flake8 crashes, which is worth looking into.