python-tuf/tuf/api
Jussi Kukkonen efd412aa90 Metadata API/pylintrc: Use old style logging
This is suggested by the Google style guide: the old style logging
(%-format) allows the log strings to be lazily formatted so there's less
need to think about performance when forming debug messages.

No actual code changes are needed because the metadata API does not yet
log anything.

Fixes #1334

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2021-05-11 11:47:38 +03:00
..
serialization Fix black docstring indentation errors 2021-04-27 14:08:24 +03:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
metadata.py Merge pull request #1376 from jku/duplicate-type-property 2021-05-10 21:27:24 +01:00
pylintrc Metadata API/pylintrc: Use old style logging 2021-05-11 11:47:38 +03:00