Skip to content

Commit 8f2010d

Browse files
committed
Bump codespell version to 2.2.1
1 parent f523df1 commit 8f2010d

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
@@ -11,7 +11,7 @@ ${CI_RETRY_EXE} apt-get install -y clang-format-9 python3-pip curl git gawk jq
1111
update-alternatives --install /usr/bin/clang-format clang-format "$(which clang-format-9 )" 100
1212
update-alternatives --install /usr/bin/clang-format-diff clang-format-diff "$(which clang-format-diff-9)" 100
1313

14-
${CI_RETRY_EXE} pip3 install codespell==2.1.0
14+
${CI_RETRY_EXE} pip3 install codespell==2.2.1
1515
${CI_RETRY_EXE} pip3 install flake8==4.0.1
1616
${CI_RETRY_EXE} pip3 install mypy==0.942
1717
${CI_RETRY_EXE} pip3 install pyzmq==22.3.0

0 commit comments

Comments
 (0)