Skip to content

Upgrade flake8 to latest version

Frank Winklmeier requested to merge fwinkl/atlasexternals:flake8 into master

Update flake8 to latest version (3.8.4 installed as per ATLINFR-3767). There is a new dependency on importlib_metadata, which we are taking from LCG via the new Find-module. At the same time we are dropping the Python2-only dependencies.

Also a few updates to flake8_atlas (version 1.1.0):

  • delete the python23 plugins and associated unit tests
  • fix unit tests (they were broken after a recent update to the Copyright plugin)

@akraszna this will require a few Python fixes in athena: athena!37407 (merged)

Edited by Frank Winklmeier

Merge request reports