This commit is the result of adding the "UP" set of rules to the ruff linter config and running make qa-ruff-fix (a.k.a. ruff check --fix).
This change was inspired by a comment from @jluebbe about the (superfluous) use of class …(object): in bb17e2eb706b717c644810a44aeabffa8cdb8730 (merged in #75).
This commit is the result of adding the "UP" set of rules to the ruff linter config and running
make qa-ruff-fix
(a.k.a.ruff check --fix
).This change was inspired by a comment from @jluebbe about the (superfluous) use of
class …(object):
in bb17e2eb706b717c644810a44aeabffa8cdb8730 (merged in #75).