Skip to content

Commit 1e5e87c

Browse files
committed
script: update python linter dependencies
1 parent 459cb63 commit 1e5e87c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/lint/04_install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ ${CI_RETRY_EXE} apt-get install -y python3-pip curl git gawk jq
1717
)
1818

1919
${CI_RETRY_EXE} pip3 install codespell==2.2.1
20-
${CI_RETRY_EXE} pip3 install flake8==4.0.1
21-
${CI_RETRY_EXE} pip3 install mypy==0.942
22-
${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
23-
${CI_RETRY_EXE} pip3 install vulture==2.3
20+
${CI_RETRY_EXE} pip3 install flake8==5.0.4
21+
${CI_RETRY_EXE} pip3 install mypy==0.971
22+
${CI_RETRY_EXE} pip3 install pyzmq==24.0.1
23+
${CI_RETRY_EXE} pip3 install vulture==2.6
2424

2525
SHELLCHECK_VERSION=v0.8.0
2626
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/

0 commit comments

Comments
 (0)