From 58efe7ab9de484b3aa944f95d22801a3ef44aeed Mon Sep 17 00:00:00 2001 From: Zedifus Date: Mon, 23 Oct 2023 21:47:26 +0100 Subject: [PATCH] Pin pylint at 0.21.1 0.22.0 is crashing out F0002 --- .gitlab/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/lint.yml b/.gitlab/lint.yml index f335dea8..101e26b2 100644 --- a/.gitlab/lint.yml +++ b/.gitlab/lint.yml @@ -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: