7 lines
243 B
YAML
7 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 ./'
|
|
|
|
|