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

Or that way?

parent 420ffc19
No related branches found
No related tags found
No related merge requests found
Pipeline #
job-flake8-2:
image: python2:flake8
image: gitlab-registry.mpcdf.mpg.de/mpcdf/osc-plugins/python2:flake8
script:
- flake8 --filename=*.py --count --ignore=E501 .
job-flake8-3:
image: python3:flake8
image: gitlab-registry.mpcdf.mpg.de/mpcdf/osc-plugins/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.
Finish editing this message first!
Please register or to comment