Explorar o código

pylint: disable "too-many-arguments" warning locally

Fabian Peter Hammerle hai 8 meses
pai
achega
fcc1d17a62
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      switchbot_mqtt/__init__.py

+ 1 - 1
switchbot_mqtt/__init__.py

@@ -61,7 +61,7 @@ def _mqtt_on_connect(
     _CurtainMotor.mqtt_subscribe(mqtt_client=mqtt_client, settings=userdata)
 
 
-def _run(
+def _run(  # pylint: disable=too-many-arguments
     *,
     mqtt_host: str,
     mqtt_port: int,