python-tuf/tuf/api
Joshua Lock a53d4ec475 Disable an instance of too-many-arguments error
The Targets constructor takes seven arguments, which violates pylints
default value of five for max-arguments:

R0913: Too many arguments (7/5) (too-many-arguments)

As this feels like a coding style decision that should be made and
documented disable that test for only the Targets constructor until
a coding style decision has been made and documented as a decision
record.

Signed-off-by: Joshua Lock <jlock@vmware.com>
2020-10-15 14:35:14 +01:00
..
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
metadata.py Disable an instance of too-many-arguments error 2020-10-15 14:35:14 +01:00
pylintrc Add minimal pylintrc for new code in tuf/api 2020-10-15 14:35:14 +01:00