mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
The updated pylintrc is based on the Google Python Style Guide pylint configuration at https://google.github.io/styleguide/pylintrc with the following differences: - We don't list defaults which are applied anyway. - We don't configure checks that seem unrelated to the code style guide. - We don't disable any checks that are not in conflict with the current code or code style guide. This has the advantage of a minimal configuration file which should be easy to maintain and extend as required, e.g. if conflicting code is added, or linting time becomes too long, due to unnecessary checks. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu> |
||
|---|---|---|
| .. | ||
| serialization | ||
| __init__.py | ||
| metadata.py | ||
| pylintrc | ||