aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2022-04-07 01:50:24 +0200
committerFabian Jahr <fjahr@protonmail.com>2022-04-18 00:55:06 +0200
commit47b66ac4acd148da9fd0d894574f8bb3b3b33368 (patch)
tree2b2f9ae0b4d82dd256bf8e1ff9f6dc252032db6c /test/README.md
parent41720a1f540ef3c16a283a6cce6f0a63552a4937 (diff)
downloadbitcoin-47b66ac4acd148da9fd0d894574f8bb3b3b33368.tar.xz
lint: Convert Python linter to Python
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/README.md b/test/README.md
index 7ff2d6d9f2..e5a184d23c 100644
--- a/test/README.md
+++ b/test/README.md
@@ -305,9 +305,9 @@ Use the `-v` option for verbose output.
| Lint test | Dependency |
|-----------|:----------:|
-| [`lint-python.sh`](lint/lint-python.sh) | [flake8](https://gitlab.com/pycqa/flake8)
-| [`lint-python.sh`](lint/lint-python.sh) | [mypy](https://github.com/python/mypy)
-| [`lint-python.sh`](lint/lint-python.sh) | [pyzmq](https://github.com/zeromq/pyzmq)
+| [`lint-python.py`](lint/lint-python.py) | [flake8](https://gitlab.com/pycqa/flake8)
+| [`lint-python.py`](lint/lint-python.py) | [mypy](https://github.com/python/mypy)
+| [`lint-python.py`](lint/lint-python.py) | [pyzmq](https://github.com/zeromq/pyzmq)
| [`lint-python-dead-code.py`](lint/lint-python-dead-code.py) | [vulture](https://github.com/jendrikseipp/vulture)
| [`lint-shell.sh`](lint/lint-shell.sh) | [ShellCheck](https://github.com/koalaman/shellcheck)
| [`lint-spelling.py`](lint/lint-spelling.py) | [codespell](https://github.com/codespell-project/codespell)