Skip to content

Don't fail flake8 on lint

This MR sets the --exit-zero option for the flake8 CI job, so that it doesn't fail when lint is present - better to present it in the code quality widget and let the test suite determine fatal errors.

Merge request reports