File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -275,12 +275,14 @@ Use the `-v` option for verbose output.
275
275
276
276
#### Dependencies
277
277
278
- | Lint test | Dependency | Version [ used by CI] ( ../ci/lint/04_install.sh ) | Installation
279
- |-----------|:----------:|:-------------------------------------------:|--------------
280
- | [ ` lint-python.sh ` ] ( lint/lint-python.sh ) | [ flake8] ( https://gitlab.com/pycqa/flake8 ) | [ 3.8.3] ( https://github.com/bitcoin/bitcoin/pull/19348 ) | ` pip3 install flake8==3.8.3 `
281
- | [ ` 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 `
282
- | [ ` lint-shell.sh ` ] ( lint/lint-shell.sh ) | [ ShellCheck] ( https://github.com/koalaman/shellcheck ) | [ 0.7.2] ( https://github.com/bitcoin/bitcoin/pull/21749 ) | [ details...] ( https://github.com/koalaman/shellcheck#installing )
283
- | [ ` 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 `
278
+ | Lint test | Dependency |
279
+ | -----------| :----------:|
280
+ | [ ` lint-python.sh ` ] ( lint/lint-python.sh ) | [ flake8] ( https://gitlab.com/pycqa/flake8 )
281
+ | [ ` lint-python.sh ` ] ( lint/lint-python.sh ) | [ mypy] ( https://github.com/python/mypy )
282
+ | [ ` lint-shell.sh ` ] ( lint/lint-shell.sh ) | [ ShellCheck] ( https://github.com/koalaman/shellcheck )
283
+ | [ ` lint-spelling.sh ` ] ( lint/lint-spelling.sh ) | [ codespell] ( https://github.com/codespell-project/codespell )
284
+
285
+ In use versions and install instructions are available in the [ CI setup] ( ../ci/lint/04_install.sh ) .
284
286
285
287
Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated.
286
288
You can’t perform that action at this time.
0 commit comments