Skip to content

Add pyflakes to CI and fix associated errors:

Cory Massaro requested to merge apine-pyflakes into main
  • add pyflakes;
  • move the format-python3 job to a separate step;
  • run pyflakes in CI during the format-python3 job;
  • remove unused imports in Python3 executor code;
  • fix huge problems with set_zmap_value which were uncovered by pyflakes
  • add a test for set_zmap_value

Bug: T306365

Edited by Cory Massaro

Merge request reports