mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-24 04:21:31 +01:00
dockerfile: replace pylint with ruff
This commit is contained in:
parent
1038647c2c
commit
651a14135b
|
@ -12,7 +12,7 @@ RUN pacman --noconfirm -Syu && pacman --noconfirm -Sy \
|
||||||
ipython \
|
ipython \
|
||||||
python-pip \
|
python-pip \
|
||||||
htop \
|
htop \
|
||||||
python-pylint \
|
python-ruff \
|
||||||
python-virtualenv \
|
python-virtualenv \
|
||||||
bash-language-server \
|
bash-language-server \
|
||||||
&& rm -rf /var/cache/pacman/pkg/*
|
&& rm -rf /var/cache/pacman/pkg/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user