From 076cd6835fd97a62bfd6912b80addfcb5342ea8e Mon Sep 17 00:00:00 2001 From: Fabian Jahr Date: Wed, 6 Apr 2022 00:55:22 +0200 Subject: lint: Convert Python dead code linter to Python --- test/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'test/README.md') diff --git a/test/README.md b/test/README.md index 84264277f7..d8f256e704 100644 --- a/test/README.md +++ b/test/README.md @@ -308,6 +308,7 @@ Use the `-v` option for verbose output. | [`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-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.sh`](lint/lint-spelling.sh) | [codespell](https://github.com/codespell-project/codespell) -- cgit v1.2.3