Skip to content

Commit 601edd8

Browse files
committed
ci: use codespell 2.2.6
1 parent 52fa0d2 commit 601edd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lint/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [ ! -d "${LINT_RUNNER_PATH}" ]; then
4646
fi
4747

4848
${CI_RETRY_EXE} pip3 install \
49-
codespell==2.2.5 \
49+
codespell==2.2.6 \
5050
flake8==6.1.0 \
5151
lief==0.13.2 \
5252
mypy==1.4.1 \

0 commit comments

Comments
 (0)