Skip to content
Snippets Groups Projects
Commit 420ffc19 authored by Lorenz Huedepohl's avatar Lorenz Huedepohl
Browse files

Maybe this way?

parent 59564751
Branches
No related tags found
No related merge requests found
Pipeline #
job-flake8-2:
image: mpcdf/osc-plugins/python2:flake8
image: python2:flake8
script:
- flake8 --filename=*.py --count --ignore=E501 .
job-flake8-3:
image: mpcdf/osc-plugins/python3:flake8
image: python3:flake8
script:
- flake8 --filename=*.py --count --ignore=E501 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment