Skip to content

ci: Install a more recent version of pylint

The pylint version install with the current image (version 1.9) does not support python annotations. A more recent needs to be installed to prevent false positive errors on annotations.

This achieved by installing pylint with pip3 instead of apt-get.

Merge request reports