You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pr #1329 linting failed for file tuf/api/metadata.py because of the "C0302: Too many lines in module" warning which warns for modules
with more than 1000 lines.
This is a good reminder that probably our comments are too lengthy. @jku could you add a todo item to try to shorten our docstrings to this issue?
Uh oh!
There was an error while loading. Please reload this page.
This came up in #1354: let's check that our api docstrings are consistent -- the specific case was "Optional" in the docstring:
This is from a google style guide example and is used when the argument has a default value (not when the argument is a
Optional[T]
).The text was updated successfully, but these errors were encountered: