include:
- project: "waldur/waldur-pipelines"
file: "/templates/stages.yml"
- project: "waldur/waldur-pipelines"
file: "/templates/test/check-merge-compatibility.yml"
- project: "waldur/waldur-pipelines"
file: "/templates/test/python-linters.yml"
- project: "waldur/waldur-pipelines"
file: "/templates/release/python-module-release-uv.yml"
Run python v3.11 linters:
image: "registry.hpc.ut.ee/mirror/library/python:3.11"
extends: .Run linters template
before_script:
- |
echo 'default_language_version:' >> .pre-commit-config.yaml
echo ' python: python3.11' >> .pre-commit-config.yaml
- cat .pre-commit-config.yaml