Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit cec1f88

Browse files
authored
Merge pull request #2364 from Cargill/rbuysse-1-3-pin-pylint
BACKPORT 1-3: Pin pylint to fix CI builds
2 parents 1b98752 + cf5ae3c commit cec1f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apt-get install -y -q \
4444
python3-yaml \
4545
python3-zmq \
4646
&& pip3 install \
47-
pylint \
47+
pylint==2.6.2 \
4848
pycodestyle \
4949
bandit \
5050
coverage --upgrade

0 commit comments

Comments
 (0)