templates/tpl/python-check.yml

8 lines
243 B
YAML
Raw Permalink Normal View History

2022-02-24 22:44:42 +00:00
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 ./'