python-tuf/tuf
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
..
api lint: change base tuple order in SimpleEnvelope 2025-09-16 09:10:50 +02:00
ngclient lint: Accept ruff suggestions for cast() 2025-03-18 18:20:11 +02:00
repository repository: Change RuntimeError to AssertionError 2024-11-29 13:19:54 +02:00
__init__.py Prepare v6.0 2025-03-11 11:41:10 +02:00
py.typed Advertize type annotations with py.typed 2021-11-11 22:34:22 +02:00