Merge branch 'devops/pin-pylint-version' into 'dev'

Pin pylint at 0.21.1

See merge request crafty-controller/crafty-4!659
This commit is contained in:
Iain Powrie 2023-10-23 21:50:09 +00:00
commit d427ed5f19

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:latest
image: registry.gitlab.com/pipeline-components/pylint:0.21.1
tags:
- docker
rules: