Skip to content

Move flake8 checking to build stage

Frank Winklmeier requested to merge fwinkl/athena:flake8_unit3 into master

Another MR to move the flake8 checking from the unit test to the build stage. For the few remaining unit tests, use the predefined ${ATLAS_FLAKE8} variable instead of hard-coding the flake8 command line and default options.

Merge request reports