python-tuf/tuf/api
Lukas Puehringer f1afc98c95 lint: change base tuple order in SimpleEnvelope
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>
2025-09-16 09:10:50 +02:00
..
serialization lint fixes 2025-06-24 11:02:09 +03:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
_payload.py lint fixes 2025-06-24 11:02:09 +03:00
dsse.py lint: change base tuple order in SimpleEnvelope 2025-09-16 09:10:50 +02:00
exceptions.py Fix typos 2025-03-10 22:06:30 +01:00
metadata.py lint fixes 2025-06-24 11:02:09 +03:00