Skip to content

CI: Fix flake8 logic

Marinus Schraal requested to merge wip/mschraal/flake8-fixes into master

When using --select in flake8, the defaults get disabled and effectively flake8 is not checking much errors at all. Revert to using --ignore only.

Also fix some fall-out from this oversight.

Merge request reports