diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2022-04-06 00:55:22 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2022-04-06 00:55:22 +0200 |
commit | 076cd6835fd97a62bfd6912b80addfcb5342ea8e (patch) | |
tree | 113adf4de7d79dfebf7b641ec635d8a534262af7 /test/README.md | |
parent | 15220ec9039ac330dbc6fd53fa06424cde04d0b6 (diff) |
lint: Convert Python dead code linter to Python
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
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) |