File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ${CI_RETRY_EXE} apt-get install -y clang-format-9 python3-pip curl git gawk jq
11
11
update-alternatives --install /usr/bin/clang-format clang-format $( which clang-format-9 ) 100
12
12
update-alternatives --install /usr/bin/clang-format-diff clang-format-diff $( which clang-format-diff-9) 100
13
13
14
- ${CI_RETRY_EXE} pip3 install codespell==1.17.1
14
+ ${CI_RETRY_EXE} pip3 install codespell==2.0.0
15
15
${CI_RETRY_EXE} pip3 install flake8==3.8.3
16
16
${CI_RETRY_EXE} pip3 install yq
17
17
${CI_RETRY_EXE} pip3 install mypy==0.781
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ Use the `-v` option for verbose output.
264
264
| [ ` lint-python.sh ` ] ( lint/lint-python.sh ) | [ mypy] ( https://github.com/python/mypy ) | [ 0.781] ( https://github.com/bitcoin/bitcoin/pull/19348 ) | ` pip3 install mypy==0.781 `
265
265
| [ ` lint-shell.sh ` ] ( lint/lint-shell.sh ) | [ ShellCheck] ( https://github.com/koalaman/shellcheck ) | [ 0.7.1] ( https://github.com/bitcoin/bitcoin/pull/19348 ) | [ details...] ( https://github.com/koalaman/shellcheck#installing )
266
266
| [ ` lint-shell.sh ` ] ( lint/lint-shell.sh ) | [ yq] ( https://github.com/kislyuk/yq ) | default | ` pip3 install yq `
267
- | [ ` lint-spelling.sh ` ] ( lint/lint-spelling.sh ) | [ codespell] ( https://github.com/codespell-project/codespell ) | [ 1.17.1 ] ( https://github.com/bitcoin/bitcoin/pull/19348 ) | ` pip3 install codespell==1.17.1 `
267
+ | [ ` lint-spelling.sh ` ] ( lint/lint-spelling.sh ) | [ codespell] ( https://github.com/codespell-project/codespell ) | [ 2.0.0 ] ( https://github.com/bitcoin/bitcoin/pull/20817 ) | ` pip3 install codespell==2.0.0 `
268
268
269
269
Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated.
270
270
You can’t perform that action at this time.
0 commit comments