lint fixes

This commit is contained in:
Maxim Devaev 2025-01-04 22:17:55 +02:00
parent f9584929e3
commit 9aef70c43f
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,8 @@ RUN echo 'Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch' > /etc
&& pacman-key --populate archlinux && pacman-key --populate archlinux
RUN pacman --noconfirm --ask=4 -Syy \ RUN pacman --noconfirm --ask=4 -Syy \
&& pacman --needed --noconfirm --ask=4 -S \
archlinux-keyring \
&& pacman --needed --noconfirm --ask=4 -S \ && pacman --needed --noconfirm --ask=4 -S \
glibc \ glibc \
pacman \ pacman \
@ -17,7 +19,6 @@ RUN pacman --noconfirm --ask=4 -Syy \
&& pacman --noconfirm --ask=4 -Syu \ && pacman --noconfirm --ask=4 -Syu \
&& pacman --needed --noconfirm --ask=4 -S \ && pacman --needed --noconfirm --ask=4 -S \
p11-kit \ p11-kit \
archlinux-keyring \
ca-certificates \ ca-certificates \
ca-certificates-mozilla \ ca-certificates-mozilla \
ca-certificates-utils \ ca-certificates-utils \

View File

@ -3,7 +3,7 @@ envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint, shellcheck
skipsdist = true skipsdist = true
[testenv] [testenv]
basepython = python3.12 basepython = python3.13
sitepackages = true sitepackages = true
changedir = /src changedir = /src