Skip to content

Commit

Permalink
pylint: disable "too-many-arguments" warning locally
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Oct 7, 2023
1 parent 2f2e065 commit fcc1d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switchbot_mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fcc1d17

Please sign in to comment.