python-tuf/tuf/api
Martin Vrachev 74c657dc9b Pylint config: add _ as a good variable name
_ is often used when a function returns multiple values and you need
a sub-portion of them. Then, those values that are unnecessary can be
named _.
Currently, pylint warns us that this is not a good variable name, so
fix that.

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
2021-11-11 15:37:49 +02:00
..
serialization Metadata API: Stop annotating __init__() return value 2021-09-23 17:57:19 +03:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
metadata.py Use TOP_LEVEL_ROLE_NAMES across TUF 2021-10-25 15:58:56 +03:00
pylintrc Pylint config: add _ as a good variable name 2021-11-11 15:37:49 +02:00