aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-python.py
AgeCommit message (Collapse)Author
2023-09-28lint: fix custom mypy cache dir settingFabian Jahr
2023-08-26script: replace deprecated pkg_resources with importlib.metadataJon Atack
in our python linter: ``` ./test/lint/lint-python.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources ``` The importlib.metadata library was added in Python 3.8, which is currently our minimum-supported Python version. For more details about importlib.metadata, see https://docs.python.org/3/library/importlib.metadata.html
2023-05-29lint: stop ignoring LIEF importsfanquake
Type stubs are now available as of 0.13.0. See https://github.com/lief-project/LIEF/issues/650.
2023-04-14Respect and update FILES_ARGS in test/lint/lint-python.pyPieter Wuille
2023-02-18lint: enable E722 do not use bare exceptLeonardo Lazzaro
2022-04-18lint: Convert Python linter to PythonFabian Jahr