mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| metadata.py | ||
| pylintrc | ||