mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Latest ruff complains about Generic[T] not being the last base class in the bases tuple of Simple Envelope (generic-not-last-base-class (PYI059)). This commit applies the default fix by changing the order of the bases. While this can change the MRO, there shouldn't be a change of behavior given the used bases. See https://docs.astral.sh/ruff/rules/generic-not-last-base-class/ for details. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu> |
||
|---|---|---|
| .. | ||
| api | ||
| ngclient | ||
| repository | ||
| __init__.py | ||
| py.typed | ||