Merge branch 'devops/unpin-pylint' into 'dev'

Unpin pipeline-components pylint

See merge request crafty-controller/crafty-4!707
This commit is contained in:
Iain Powrie 2024-02-02 18:16:26 +00:00
commit bbbb83f9c8

View File

@ -44,7 +44,7 @@ black:
# Code Climate/Quality Checking [https://pylint.pycqa.org/en/latest/]
pylint:
stage: lint
image: registry.gitlab.com/pipeline-components/pylint:0.21.1
image: registry.gitlab.com/pipeline-components/pylint:latest
tags:
- docker
rules: