We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fe258 commit d4f47f9Copy full SHA for d4f47f9
ci/lint/01_install.sh
@@ -41,10 +41,10 @@ python3 --version
41
${CI_RETRY_EXE} pip3 install \
42
codespell==2.4.1 \
43
lief==0.16.6 \
44
- mypy==1.4.1 \
45
- pyzmq==25.1.0 \
46
- ruff==0.5.5 \
47
- vulture==2.6
+ mypy==1.18.2 \
+ pyzmq==27.1.0 \
+ ruff==0.13.2 \
+ vulture==2.14
48
49
SHELLCHECK_VERSION=v0.11.0
50
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | \
0 commit comments