Skip to content

Commit

Permalink
ci: use codespell 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Mar 26, 2024
1 parent 52fa0d2 commit 601edd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/lint/04_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ ! -d "${LINT_RUNNER_PATH}" ]; then
fi

${CI_RETRY_EXE} pip3 install \
codespell==2.2.5 \
codespell==2.2.6 \
flake8==6.1.0 \
lief==0.13.2 \
mypy==1.4.1 \
Expand Down

0 comments on commit 601edd8

Please sign in to comment.