add pylint
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build unknown status

This commit is contained in:
Michael Grote 2024-05-08 14:22:14 +02:00
parent 7629cc65c1
commit 510b40e38a

View file

@ -15,5 +15,7 @@ RUN apt-get update && \
curl \ curl \
yamllint \ yamllint \
s-nail \ s-nail \
python3-pip \
&& pip3 install pylint \
&& apt-get clean && \ && apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*