dockerfile: replace pylint with ruff

pull/7/head
bretello 2023-12-28 17:38:47 +01:00
parent 1038647c2c
commit 651a14135b
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN pacman --noconfirm -Syu && pacman --noconfirm -Sy \
ipython \
python-pip \
htop \
python-pylint \
python-ruff \
python-virtualenv \
bash-language-server \
&& rm -rf /var/cache/pacman/pkg/*