diff --git a/dbusmock/templates/upower.py b/dbusmock/templates/upower.py index 1481850..3d649e6 100644 --- a/dbusmock/templates/upower.py +++ b/dbusmock/templates/upower.py @@ -196,7 +196,7 @@ def AddChargingBattery(self, device_name, model_name, percentage, seconds_to_ful @dbus.service.method(MOCK_IFACE, in_signature="uuddddxxbsu", out_signature="") def SetupDisplayDevice( self, - _type, # noqa: RUF052 (access to local dummy variable); but this is API now + _type, # noqa: RUF052, RUF100 (access to local dummy variable); but this is API now state, percentage, energy,