Skip to content

Add flake8 workflow to CI pipeline

Duncan Macleod requested to merge ci-flake8 into main

This MR adds a flake8 run to the Code quality stage of the CI pipeline.

The job is configured to dynamically 'discover' python scripts (on top of the default .py files).

Merge request reports