templates/tpl/python-check.yml
Frank Villaro-Dixon b82eefd580 fix wrong tag
2022-03-03 20:37:04 +01:00

8 lines
243 B
YAML

python-check:
stage: test
image: registry.k3s.fr:443/ci/templates/flake8/master:latest
script:
- 'flake8 --ignore=E266,E303,E501,W391,E722,W503,F403,F405 --max-line-length=110 --show-source --statistics --exclude=versions,.git ./'