Skip to content

Extra arg for "method" (self) and "classmethod" (cls) #10443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

fgallaire
Copy link

@fgallaire fgallaire commented Jun 27, 2025

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

(non static) method and classmethod max_arg has to be incremented over the function and staticmethod one, to leave self and cls alone.

Closes #8675

Copy link
Contributor

πŸ€– Effect of this PR on checked open source code: πŸ€–

Effect on home-assistant:
The following messages are now emitted:

  1. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/core.py#L1780
  2. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/core.py#L2247
  3. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/core.py#L2279
  4. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/core.py#L2414
  5. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/core.py#L2441
  6. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/core.py#L2562
  7. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/core.py#L2589
  8. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/core.py#L2667
  9. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/core.py#L2694
  10. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/exceptions.py#L228
  11. too-many-arguments:
    Too many arguments (18/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/config_entries.py#L412
  12. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/config_entries.py#L2316
  13. too-many-arguments:
    Too many arguments (12/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/config_entries.py#L2353
  14. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/config_entries.py#L3123
  15. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/config_entries.py#L3157
  16. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/config_entries.py#L3204
  17. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/config_entries.py#L3387
  18. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/data_entry_flow.py#L699
  19. too-many-arguments:
    Too many arguments (14/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/core_config.py#L713
  20. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/envisalink/binary_sensor.py#L52
  21. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/envisalink/alarm_control_panel.py#L105
  22. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/integration/sensor.py#L309
  23. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/bthome/coordinator.py#L27
  24. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/guardian/coordinator.py#L32
  25. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/netdata/sensor.py#L113
  26. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/stream/__init__.py#L317
  27. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/stream/worker.py#L134
  28. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/workday/binary_sensor.py#L281
  29. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/mold_indicator/sensor.py#L145
  30. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/qvr_pro/camera.py#L62
  31. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/music_assistant/media_player.py#L449
  32. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/proximity/coordinator.py#L183
  33. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/telnet/switch.py#L94
  34. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tts/__init__.py#L875
  35. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/google/coordinator.py#L114
  36. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/hp_ilo/sensor.py#L119
  37. too-many-arguments:
    Too many arguments (17/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/manual_mqtt/alarm_control_panel.py#L253
  38. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/solax/sensor.py#L126
  39. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/pilight/binary_sensor.py#L89
  40. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/pilight/binary_sensor.py#L138
  41. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/config/view.py#L30
  42. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/homeassistant_sky_connect/config_flow.py#L55
  43. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/usgs_earthquakes_feed/geo_location.py#L136
  44. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/slack/notify.py#L182
  45. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/slack/notify.py#L231
  46. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/sensibo/climate.py#L487
  47. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/http.py#L101
  48. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/http.py#L124
  49. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/manager.py#L273
  50. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/manager.py#L300
  51. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/manager.py#L991
  52. too-many-arguments:
    Too many arguments (12/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/manager.py#L1038
  53. too-many-arguments:
    Too many arguments (12/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/manager.py#L1096
  54. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/manager.py#L1268
  55. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/manager.py#L1328
  56. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/manager.py#L1624
  57. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/manager.py#L1666
  58. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/backup/manager.py#L1925
  59. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/xiaomi_ble/coordinator.py#L31
  60. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/sonos/__init__.py#L521
  61. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/smartthings/sensor.py#L1204
  62. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/smartthings/binary_sensor.py#L265
  63. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/firmata/pin.py#L102
  64. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/switch_as_x/entity.py#L188
  65. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/elevenlabs/tts.py#L92
  66. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/renault/renault_vehicle.py#L72
  67. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/renault/coordinator.py#L38
  68. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/blueprint/models.py#L194
  69. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/fritzbox_callmonitor/sensor.py#L84
  70. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/nexia/sensor.py#L192
  71. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/nexia/sensor.py#L231
  72. too-many-arguments:
    Too many arguments (12/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tomorrowio/weather.py#L127
  73. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/switchbot/coordinator.py#L34
  74. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/traccar/device_tracker.py#L119
  75. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/traccar/device_tracker.py#L179
  76. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/reolink/media_source.py#L368
  77. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/reolink/views.py#L57
  78. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/pushbullet/notify.py#L119
  79. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/mjpeg/camera.py#L89
  80. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/fritz/switch.py#L381
  81. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/fritz/coordinator.py#L96
  82. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/mvglive/sensor.py#L101
  83. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/mvglive/sensor.py#L166
  84. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/lifx/coordinator.py#L465
  85. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/govee_ble/coordinator.py#L62
  86. too-many-arguments:
    Too many arguments (12/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/automation/__init__.py#L473
  87. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/fitbit/sensor.py#L601
  88. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/microsoft_face/__init__.py#L248
  89. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/xiaomi_aqara/switch.py#L141
  90. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/xiaomi_aqara/binary_sensor.py#L143
  91. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/xiaomi_aqara/binary_sensor.py#L547
  92. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/scrape/sensor.py#L146
  93. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/vodafone_station/coordinator.py#L50
  94. too-many-arguments:
    Too many arguments (18/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/generic_hygrostat/humidifier.py#L174
  95. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/threshold/binary_sensor.py#L172
  96. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/enocean/sensor.py#L211
  97. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/lacrosse/sensor.py#L135
  98. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ads/sensor.py#L94
  99. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ads/cover.py#L90
  100. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/influxdb/sensor.py#L254
  101. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/influxdb/sensor.py#L312
  102. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/airly/coordinator.py#L66
  103. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/proxy/camera.py#L193
  104. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/telegram_bot/bot.py#L792
  105. too-many-arguments:
    Too many arguments (19/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/generic_thermostat/climate.py#L212
  106. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/rest/notify.py#L121
  107. too-many-arguments:
    Too many arguments (12/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/rest/data.py#L28
  108. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/todoist/calendar.py#L363
  109. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/todoist/calendar.py#L466
  110. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/todoist/coordinator.py#L17
  111. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/greeneye_monitor/sensor.py#L199
  112. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/rmvtransport/sensor.py#L125
  113. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/rmvtransport/sensor.py#L214
  114. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/intent/timers.py#L234
  115. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/trend/binary_sensor.py#L175
  116. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/minio/minio_helper.py#L83
  117. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/minio/__init__.py#L219
  118. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/conversation/default_agent.py#L504
  119. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/bayesian/binary_sensor.py#L239
  120. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/lookin/coordinator.py#L52
  121. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/weather/__init__.py#L1045
  122. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/xmpp/notify.py#L92
  123. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/gogogate2/coordinator.py#L26
  124. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/omnilogic/sensor.py#L69
  125. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/omnilogic/sensor.py#L212
  126. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/omnilogic/switch.py#L76
  127. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/omnilogic/switch.py#L152
  128. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/matrix/__init__.py#L141
  129. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/qld_bushfire/geo_location.py#L103
  130. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/bluetooth/passive_update_processor.py#L287
  131. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/bluetooth/active_update_coordinator.py#L59
  132. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/bluetooth/active_update_processor.py#L57
  133. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/bluetooth/manager.py#L251
  134. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/proxmoxve/common.py#L19
  135. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/proxmoxve/entity.py#L12
  136. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/proxmoxve/binary_sensor.py#L80
  137. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/logbook/processor.py#L107
  138. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/history_stats/sensor.py#L175
  139. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/history_stats/data.py#L42
  140. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/openexchangerates/coordinator.py#L29
  141. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tado/water_heater.py#L138
  142. too-many-arguments:
    Too many arguments (18/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tado/climate.py#L278
  143. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tado/climate.py#L658
  144. too-many-arguments:
    Too many arguments (12/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tado/coordinator.py#L264
  145. too-many-arguments:
    Too many arguments (16/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/utility_meter/sensor.py#L360
  146. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/microsoft/tts.py#L75
  147. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/rfxtrx/switch.py#L73
  148. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/rfxtrx/binary_sensor.py#L137
  149. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/serial/sensor.py#L120
  150. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/serial/sensor.py#L163
  151. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/roborock/coordinator.py#L89
  152. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/blebox/config_flow.py#L73
  153. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/google_travel_time/sensor.py#L123
  154. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/gardena_bluetooth/coordinator.py#L36
  155. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/emulated_roku/binding.py#L34
  156. too-many-arguments:
    Too many arguments (15/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/flux/switch.py#L186
  157. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/dlna_dmr/media_player.py#L169
  158. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/satel_integra/binary_sensor.py#L71
  159. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/powerwall/__init__.py#L59
  160. too-many-arguments:
    Too many arguments (12/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/media_player/browse_media.py#L100
  161. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/push/camera.py#L107
  162. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/amcrest/__init__.py#L128
  163. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/renson/fan.py#L222
  164. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/airnow/coordinator.py#L46
  165. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/kef/media_player.py#L192
  166. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/kef/media_player.py#L353
  167. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/dsmr/sensor.py#L888
  168. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/overkiz/coordinator.py#L45
  169. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.py#L225
  170. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.py#L277
  171. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ps4/media_player.py#L78
  172. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/geo_rss_events/sensor.py#L114
  173. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/toon/oauth2.py#L55
  174. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/danfoss_air/sensor.py#L112
  175. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/alarmdecoder/binary_sensor.py#L79
  176. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/esphome/ffmpeg_proxy.py#L82
  177. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/esphome/manager.py#L188
  178. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tplink/entity.py#L409
  179. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tplink/entity.py#L462
  180. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tplink/entity.py#L572
  181. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tplink/entity.py#L608
  182. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tplink/light.py#L477
  183. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tplink/light.py#L527
  184. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/http/web_runner.py#L27
  185. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/http/__init__.py#L351
  186. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/motioneye/switch.py#L100
  187. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/motioneye/camera.py#L149
  188. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/motioneye/entity.py#L33
  189. too-many-arguments:
    Too many arguments (14/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/alert/entity.py#L34
  190. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/owntracks/__init__.py#L220
  191. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/vasttrafik/sensor.py#L93
  192. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/homeassistant_hardware/firmware_config_flow.py#L140
  193. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/template/template_entity.py#L179
  194. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/template/template_entity.py#L278
  195. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/arwn/sensor.py#L178
  196. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/mqtt_room/sensor.py#L107
  197. import-private-name:
    Imported private module (_collections_abc)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/smlight/binary_sensor.py#L5
  198. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/nmbs/sensor.py#L197
  199. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/nederlandse_spoorwegen/sensor.py#L112
  200. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/sensor.py#L148
  201. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/sensor.py#L184
  202. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/weather.py#L136
  203. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/switch.py#L44
  204. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/water_heater.py#L53
  205. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/humidifier.py#L59
  206. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/text.py#L57
  207. too-many-arguments:
    Too many arguments (12/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/number.py#L86
  208. too-many-arguments:
    Too many arguments (14/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/update.py#L110
  209. too-many-arguments:
    Too many arguments (18/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/climate.py#L102
  210. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/cover.py#L65
  211. too-many-arguments:
    Too many arguments (14/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/demo/light.py#L110
  212. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/derivative/sensor.py#L179
  213. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/evohome/coordinator.py#L39
  214. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/kostal_plenticore/number.py#L130
  215. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/kostal_plenticore/coordinator.py#L173
  216. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/kostal_plenticore/coordinator.py#L255
  217. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/irish_rail_transport/sensor.py#L86
  218. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/hunterdouglas_powerview/sensor.py#L109
  219. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/hunterdouglas_powerview/number.py#L84
  220. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/hunterdouglas_powerview/button.py#L102
  221. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/hunterdouglas_powerview/select.py#L84
  222. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/frontend/__init__.py#L255
  223. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/icloud/account.py#L67
  224. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/accuweather/coordinator.py#L46
  225. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/accuweather/coordinator.py#L94
  226. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/sense/sensor.py#L186
  227. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ifttt/alarm_control_panel.py#L134
  228. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ezviz/camera.py#L119
  229. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/knx/storage/knx_selector.py#L17
  230. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/nsw_rural_fire_service_feed/geo_location.py#L112
  231. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/doorbird/device.py#L56
  232. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/nut/__init__.py#L281
  233. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/device_tracker/legacy.py#L135
  234. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/device_tracker/legacy.py#L156
  235. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/device_tracker/legacy.py#L592
  236. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/device_tracker/legacy.py#L625
  237. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/device_tracker/legacy.py#L785
  238. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/device_tracker/legacy.py#L869
  239. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/comfoconnect/__init__.py#L92
  240. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/lyric/sensor.py#L229
  241. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/lyric/entity.py#L70
  242. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/smtp/notify.py#L117
  243. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/caldav/coordinator.py#L32
  244. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/prometheus/__init__.py#L184
  245. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/panasonic_viera/__init__.py#L129
  246. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/comelit/humidifier.py#L122
  247. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/comelit/coordinator.py#L123
  248. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/comelit/coordinator.py#L149
  249. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/statistics/sensor.py#L659
  250. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/onvif/camera.py#L210
  251. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/onvif/device.py#L489
  252. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/holiday/calendar.py#L109
  253. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/hue/v1/light.py#L319
  254. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ws66i/media_player.py#L59
  255. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/rehlko/entity.py#L40
  256. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/rehlko/coordinator.py#L39
  257. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/group/sensor.py#L325
  258. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/group/entity.py#L138
  259. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/rainmachine/coordinator.py#L30
  260. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/twitter/notify.py#L66
  261. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/gtfs/sensor.py#L521
  262. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/apache_kafka/__init__.py#L90
  263. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/unifiprotect/media_source.py#L474
  264. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/unifiprotect/media_source.py#L620
  265. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/unifiprotect/camera.py#L173
  266. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/control4/entity.py#L20
  267. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/control4/media_player.py#L179
  268. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/control4/light.py#L151
  269. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/arest/sensor.py#L141
  270. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/xiaomi_miio/remote.py#L188
  271. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/xiaomi_miio/select.py#L260
  272. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/zwave_js/entity.py#L272
  273. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/zwave_js/lock.py#L187
  274. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/onkyo/media_player.py#L214
  275. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/homeassistant_yellow/config_flow.py#L67
  276. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/sql/sensor.py#L314
  277. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/kitchen_sink/sensor.py#L127
  278. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/kitchen_sink/weather.py#L224
  279. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/kitchen_sink/switch.py#L60
  280. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/command_line/sensor.py#L89
  281. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/command_line/switch.py#L77
  282. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/command_line/binary_sensor.py#L86
  283. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/command_line/cover.py#L78
  284. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/websocket_api/auth.py#L52
  285. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/websocket_api/connection.py#L143
  286. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/rflink/entity.py#L43
  287. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tod/binary_sensor.py#L119
  288. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/homeworks/binary_sensor.py#L64
  289. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/homeworks/button.py#L55
  290. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/efergy/sensor.py#L149
  291. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/homekit/type_cameras.py#L147
  292. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/homekit/type_switches.py#L308
  293. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/homekit/__init__.py#L538
  294. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/homekit/accessories.py#L312
  295. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/repetier/__init__.py#L253
  296. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/openuv/coordinator.py#L27
  297. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/history/__init__.py#L139
  298. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/voip/voip.py#L124
  299. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/smappee/switch.py#L60
  300. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/kankun/switch.py#L79
  301. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/bosch_alarm/entity.py#L54
  302. too-many-arguments:
    Too many arguments (16/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/cloud/prefs.py#L163
  303. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/manual/alarm_control_panel.py#L217
  304. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/snmp/switch.py#L202
  305. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/anthemav/media_player.py#L66
  306. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ihc/sensor.py#L44
  307. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ihc/switch.py#L49
  308. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ihc/binary_sensor.py#L58
  309. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ihc/light.py#L61
  310. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/nextbus/sensor.py#L66
  311. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/hikvision/binary_sensor.py#L149
  312. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/compensation/sensor.py#L88
  313. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/numato/sensor.py#L75
  314. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/wake_on_lan/switch.py#L78
  315. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/configurator/__init__.py#L164
  316. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/tplink_omada/switch.py#L236
  317. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/risco/alarm_control_panel.py#L214
  318. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/recorder/core.py#L160
  319. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/recorder/filters.py#L87
  320. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/recorder/models/state.py#L42
  321. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/ign_sismologia/geo_location.py#L94
  322. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/hassio/handler.py#L270
  323. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/hassio/backup.py#L256
  324. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/hassio/backup.py#L533
  325. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/denonavr/receiver.py#L19
  326. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/flux_led/light.py#L356
  327. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/components/husqvarna_automower_ble/coordinator.py#L27
  328. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/auth/auth_store.py#L83
  329. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/auth/auth_store.py#L203
  330. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/auth/jwt_wrapper.py#L75
  331. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/auth/__init__.py#L451
  332. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/debounce.py#L15
  333. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/entity_platform.py#L136
  334. too-many-arguments:
    Too many arguments (15/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/script.py#L1432
  335. too-many-arguments:
    Too many arguments (9/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/storage.py#L233
  336. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/intent.py#L338
  337. too-many-arguments:
    Too many arguments (11/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/intent.py#L915
  338. too-many-arguments:
    Too many arguments (13/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/intent.py#L1229
  339. too-many-arguments:
    Too many arguments (12/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/intent.py#L1294
  340. too-many-arguments:
    Too many arguments (10/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/update_coordinator.py#L64
  341. too-many-arguments:
    Too many arguments (24/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/device_registry.py#L761
  342. too-many-arguments:
    Too many arguments (27/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/device_registry.py#L920
  343. too-many-arguments:
    Too many arguments (21/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/entity_registry.py#L881
  344. too-many-arguments:
    Too many arguments (27/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/entity_registry.py#L1172
  345. too-many-arguments:
    Too many arguments (25/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/entity_registry.py#L1305
  346. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/entity_registry.py#L1362
  347. too-many-arguments:
    Too many arguments (7/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/config_entry_oauth2_flow.py#L138
  348. too-many-arguments:
    Too many arguments (8/6)
    https://github.com/home-assistant/core/blob/e210681751249c1b92fb74adfdaa72baf9a4ccc8/homeassistant/helpers/config_entry_oauth2_flow.py#L250
  349. too-many-arguments:
    Too many arguments (9/6)
    https://g...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit 8bab5b2

@Pierre-Sassoulas
Copy link
Member

Hey @fgallaire thank you for contributing to pylint. You can launch the tests locally with pytest, there's more information in the contributor guide : https://pylint.readthedocs.io/en/stable/development_guide/contributor_guide/index.html

@fgallaire
Copy link
Author

fgallaire commented Jun 27, 2025

Hey @fgallaire thank you for contributing to pylint. You can launch the tests locally with pytest, there's more information in the contributor guide : https://pylint.readthedocs.io/en/stable/development_guide/contributor_guide/index.html

Hello @Pierre-Sassoulas thanks for the feedback, just coded it as I was confronted to the problem (convenient function with 5 parameters for a class with an __init__ method with 5 + 1 parameters, function OK but __init__ not OK).

I will try to fix the commit.

@mbyrnepr2
Copy link
Member

mbyrnepr2 commented Jul 2, 2025

Looks good. I believe there is an open issue for this. Can we find and link it?

#8675 I think?

@mbyrnepr2 mbyrnepr2 added Bug πŸͺ² False Positive 🦟 A message is emitted but nothing is wrong with the code labels Jul 2, 2025
@fgallaire
Copy link
Author

fgallaire commented Jul 2, 2025

Hi @jacobtylerwalls #8675 issue, which I didn't even know existed, perfectly explains what I wanted to fix when I first ran Pylint on my new project. Reassured to see that other people had the same understanding of this behavior as me. Just surprised it hasn't been fixed for a long time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug πŸͺ² False Positive 🦟 A message is emitted but nothing is wrong with the code Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive for too-many-arguments in methods
3 participants