aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-04-21 10:28:53 +0100
committerfanquake <fanquake@gmail.com>2023-05-29 10:23:52 +0100
commit015cc5e588fa25f65f6ea2ed03701def8dfd5444 (patch)
tree00d8f3d3120f5026a3b5001f68d480a67012d898 /test/README.md
parent7d33ae755de2bff806fe600bdaebedbd7fa67aba (diff)
lint: stop ignoring LIEF imports
Type stubs are now available as of 0.13.0. See https://github.com/lief-project/LIEF/issues/650.
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
index 0eddb72e1f..fee8828d34 100644
--- a/test/README.md
+++ b/test/README.md
@@ -331,6 +331,7 @@ Use the `-v` option for verbose output.
| Lint test | Dependency |
|-----------|:----------:|
| [`lint-python.py`](lint/lint-python.py) | [flake8](https://gitlab.com/pycqa/flake8)
+| [`lint-python.py`](lint/lint-python.py) | [lief](https://github.com/lief-project/LIEF)
| [`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)