Skip to content
Snippets Groups Projects

Upgrade targetted python and yamllint version

Merged shirenn requested to merge linter into newinfra
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
---
image: python:3.6
image: python:3.9
stages:
- lint
@@ -7,7 +7,7 @@ stages:
yamllint:
stage: lint
script:
- pip install yamllint==1.15.0
- pip install yamllint==1.26.0
- yamllint -c .yamllint.yml .
allow_failure: true
Loading