Skip to content

Enable a lot more flake8 warnings, but don't fail the CI

Duncan Macleod requested to merge duncanmmacleod/pesummary:flake8-config into master

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.

Merge request reports