diff options
author | fanquake <fanquake@gmail.com> | 2024-03-26 16:49:15 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-03-26 16:51:46 +0000 |
commit | 601edd8ee8810b5c6b2184ce8d7f7b45e70913cf (patch) | |
tree | bd35b5985b5f72406bf579daaed88f3fd60195ab /ci/lint/04_install.sh | |
parent | 52fa0d285f4e8109ebdd8b1e43c897f6bfaa8e65 (diff) |
ci: use codespell 2.2.6
Diffstat (limited to 'ci/lint/04_install.sh')
-rwxr-xr-x | ci/lint/04_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh index 47cb8864c2..6b12c53f2a 100755 --- a/ci/lint/04_install.sh +++ b/ci/lint/04_install.sh @@ -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 \ |