Skip to content

Commit dc47792

Browse files
authored
Update codespell to 2.3.0 (home-assistant#118001)
1 parent 93daac9 commit dc47792

File tree

22 files changed

+29
-28
lines changed

22 files changed

+29
-28
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repos:
88
- id: ruff-format
99
files: ^((homeassistant|pylint|script|tests)/.+)?[^/]+\.(py|pyi)$
1010
- repo: https://github.com/codespell-project/codespell
11-
rev: v2.2.6
11+
rev: v2.3.0
1212
hooks:
1313
- id: codespell
1414
args:
15-
- --ignore-words-list=additionals,alle,alot,astroid,bund,caf,convencional,currenty,datas,farenheit,falsy,fo,frequence,haa,hass,iif,incomfort,ines,ist,nam,nd,pres,pullrequests,resset,rime,ser,serie,te,technik,ue,unsecure,vor,withing,zar
15+
- --ignore-words-list=additionals,alle,alot,astroid,bund,caf,checkin,convencional,currenty,datas,farenheit,falsy,fo,frequence,haa,hass,iif,incomfort,ines,ist,lookin,nam,nd,NotIn,pres,pullrequests,resset,rime,ser,serie,te,technik,ue,unsecure,vor,withing,zar
1616
- --skip="./.*,*.csv,*.json,*.ambr"
1717
- --quiet-level=2
1818
exclude_types: [csv, json, html]

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
We as members, contributors, and leaders pledge to make participation in our
66
community a harassment-free experience for everyone, regardless of age, body
77
size, visible or invisible disability, ethnicity, sex characteristics, gender
8-
identity and expression, level of experience, education, socio-economic status,
8+
identity and expression, level of experience, education, socioeconomic status,
99
nationality, personal appearance, race, religion, or sexual identity
1010
and orientation.
1111

homeassistant/components/coinbase/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
"TRAC": "TRAC",
551551
"TRB": "TRB",
552552
"TRIBE": "TRIBE",
553-
"TRU": "TRU",
553+
"TRU": "TRU", # codespell:ignore tru
554554
"TRY": "TRY",
555555
"TTD": "TTD",
556556
"TWD": "TWD",

homeassistant/components/homekit_controller/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def __init__(
110110
# A list of callbacks that turn HK characteristics into entities
111111
self.char_factories: list[AddCharacteristicCb] = []
112112

113-
# The platorms we have forwarded the config entry so far. If a new
113+
# The platforms we have forwarded the config entry so far. If a new
114114
# accessory is added to a bridge we may have to load additional
115115
# platforms. We don't want to load all platforms up front if its just
116116
# a lightbulb. And we don't want to forward a config entry twice

homeassistant/components/isy994/binary_sensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ async def async_added_to_hass(self) -> None:
447447

448448
self._node.control_events.subscribe(self._heartbeat_node_control_handler)
449449

450-
# Start the timer on bootup, so we can change from UNKNOWN to OFF
450+
# Start the timer on boot-up, so we can change from UNKNOWN to OFF
451451
self._restart_timer()
452452

453453
if (last_state := await self.async_get_last_state()) is not None:

homeassistant/components/jewish_calendar/sensor.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,9 @@ async def async_update(self) -> None:
202202
daytime_date = HDate(today, diaspora=self._diaspora, hebrew=self._hebrew)
203203

204204
# The Jewish day starts after darkness (called "tzais") and finishes at
205-
# sunset ("shkia"). The time in between is a gray area (aka "Bein
206-
# Hashmashot" - literally: "in between the sun and the moon").
205+
# sunset ("shkia"). The time in between is a gray area
206+
# (aka "Bein Hashmashot" # codespell:ignore
207+
# - literally: "in between the sun and the moon").
207208

208209
# For some sensors, it is more interesting to consider the date to be
209210
# tomorrow based on sunset ("shkia"), for others based on "tzais".

homeassistant/components/systemmonitor/binary_sensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async def async_setup_entry(
9393
entry: SystemMonitorConfigEntry,
9494
async_add_entities: AddEntitiesCallback,
9595
) -> None:
96-
"""Set up System Montor binary sensors based on a config entry."""
96+
"""Set up System Monitor binary sensors based on a config entry."""
9797
coordinator = entry.runtime_data.coordinator
9898

9999
async_add_entities(

homeassistant/components/systemmonitor/sensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ async def async_setup_entry(
506506
entry: SystemMonitorConfigEntry,
507507
async_add_entities: AddEntitiesCallback,
508508
) -> None:
509-
"""Set up System Montor sensors based on a config entry."""
509+
"""Set up System Monitor sensors based on a config entry."""
510510
entities: list[SystemMonitorSensor] = []
511511
legacy_resources: set[str] = set(entry.options.get("resources", []))
512512
loaded_resources: set[str] = set()

homeassistant/components/transmission/config_flow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Config flow for Transmission Bittorent Client."""
1+
"""Config flow for Transmission Bittorrent Client."""
22

33
from __future__ import annotations
44

homeassistant/components/transmission/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Constants for the Transmission Bittorent Client component."""
1+
"""Constants for the Transmission Bittorrent Client component."""
22

33
from __future__ import annotations
44

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ filterwarnings = [
564564
# https://github.com/tomaszsluszniak/sanix_py/blob/v1.0.6/sanix/__init__.py#L42
565565
"ignore:invalid escape sequence:SyntaxWarning:.*sanix",
566566
# https://pypi.org/project/sleekxmppfs/ - v1.4.1 - 2022-08-18
567-
"ignore:invalid escape sequence:SyntaxWarning:.*sleekxmppfs.thirdparty.mini_dateutil",
567+
"ignore:invalid escape sequence:SyntaxWarning:.*sleekxmppfs.thirdparty.mini_dateutil", # codespell:ignore thirdparty
568568
# https://pypi.org/project/vobject/ - v0.9.7 - 2024-03-25
569569
# https://github.com/py-vobject/vobject
570570
"ignore:invalid escape sequence:SyntaxWarning:.*vobject.base",

requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
22

3-
codespell==2.2.6
3+
codespell==2.3.0
44
ruff==0.4.5
55
yamllint==1.35.1

script/lint_and_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def async_exec(*args, display=False):
8181
raise
8282

8383
if not display:
84-
# Readin stdout into log
84+
# Reading stdout into log
8585
stdout, _ = await proc.communicate()
8686
else:
8787
# read child's stdout/stderr concurrently (capture and display)

script/translations/clean.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def run():
100100
key_data = lokalise.keys_list({"filter_keys": ",".join(chunk), "limit": 1000})
101101
if len(key_data) != len(chunk):
102102
print(
103-
f"Lookin up key in Lokalise returns {len(key_data)} results, expected {len(chunk)}"
103+
f"Looking up key in Lokalise returns {len(key_data)} results, expected {len(chunk)}"
104104
)
105105

106106
if not key_data:

script/translations/migrate.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def rename_keys(project_id, to_migrate):
2929
from_key_data = lokalise.keys_list({"filter_keys": ",".join(to_migrate)})
3030
if len(from_key_data) != len(to_migrate):
3131
print(
32-
f"Lookin up keys in Lokalise returns {len(from_key_data)} results, expected {len(to_migrate)}"
32+
f"Looking up keys in Lokalise returns {len(from_key_data)} results, expected {len(to_migrate)}"
3333
)
3434
return
3535

@@ -72,7 +72,7 @@ def list_keys_helper(lokalise, keys, params={}, *, validate=True):
7272
continue
7373

7474
print(
75-
f"Lookin up keys in Lokalise returns {len(from_key_data)} results, expected {len(keys)}"
75+
f"Looking up keys in Lokalise returns {len(from_key_data)} results, expected {len(keys)}"
7676
)
7777
searched = set(filter_keys)
7878
returned = set(create_lookup(from_key_data))

tests/components/dlna_dmr/test_media_player.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ async def test_browse_media(
11051105
assert expected_child_audio in response["result"]["children"]
11061106

11071107
# Device specifies extra parameters in MIME type, uses non-standard "x-"
1108-
# prefix, and capitilizes things, all of which should be ignored
1108+
# prefix, and capitalizes things, all of which should be ignored
11091109
dmr_device_mock.sink_protocol_info = [
11101110
"http-get:*:audio/X-MPEG;codecs=mp3:*",
11111111
]

tests/components/google_assistant/test_smart_home.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ async def test_identify(hass: HomeAssistant) -> None:
12811281
"payload": {
12821282
"device": {
12831283
"mdnsScanData": {
1284-
"additionals": [
1284+
"additionals": [ # codespell:ignore additionals
12851285
{
12861286
"type": "TXT",
12871287
"class": "IN",

tests/components/idasen_desk/test_init.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def test_no_ble_device(hass: HomeAssistant, mock_desk_api: MagicMock) -> N
5757
async def test_reconnect_on_bluetooth_callback(
5858
hass: HomeAssistant, mock_desk_api: MagicMock
5959
) -> None:
60-
"""Test that a reconnet is made after the bluetooth callback is triggered."""
60+
"""Test that a reconnect is made after the bluetooth callback is triggered."""
6161
with mock.patch(
6262
"homeassistant.components.idasen_desk.bluetooth.async_register_callback"
6363
) as mock_register_callback:

tests/components/mqtt/test_init.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ async def test_restore_all_active_subscriptions_on_reconnect(
18541854
async_fire_time_changed(hass) # cooldown
18551855
await hass.async_block_till_done()
18561856

1857-
# the subscribtion with the highest QoS should survive
1857+
# the subscription with the highest QoS should survive
18581858
expected = [
18591859
call([("test/state", 2)]),
18601860
]
@@ -1919,7 +1919,7 @@ async def test_subscribed_at_highest_qos(
19191919
freezer.tick(5)
19201920
async_fire_time_changed(hass) # cooldown
19211921
await hass.async_block_till_done()
1922-
# the subscribtion with the highest QoS should survive
1922+
# the subscription with the highest QoS should survive
19231923
assert help_all_subscribe_calls(mqtt_client_mock) == [("test/state", 2)]
19241924

19251925

tests/components/mqtt/test_siren.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ async def test_unload_entry(
11181118
'{"state":"ON","tone":"siren"}',
11191119
'{"state":"OFF","tone":"siren"}',
11201120
),
1121-
# Attriute volume_level 2 is invalid, but the state is valid and should update
1121+
# Attribute volume_level 2 is invalid, but the state is valid and should update
11221122
(
11231123
"test-topic",
11241124
'{"state":"ON","volume_level":0.5}',

tests/components/utility_meter/test_sensor.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ async def test_state_always_available(
351351
],
352352
)
353353
async def test_not_unique_tariffs(hass: HomeAssistant, yaml_config) -> None:
354-
"""Test utility sensor state initializtion."""
354+
"""Test utility sensor state initialization."""
355355
assert not await async_setup_component(hass, DOMAIN, yaml_config)
356356

357357

@@ -385,7 +385,7 @@ async def test_not_unique_tariffs(hass: HomeAssistant, yaml_config) -> None:
385385
],
386386
)
387387
async def test_init(hass: HomeAssistant, yaml_config, config_entry_config) -> None:
388-
"""Test utility sensor state initializtion."""
388+
"""Test utility sensor state initialization."""
389389
if yaml_config:
390390
assert await async_setup_component(hass, DOMAIN, yaml_config)
391391
await hass.async_block_till_done()
@@ -497,7 +497,7 @@ async def test_unique_id(
497497
],
498498
)
499499
async def test_entity_name(hass: HomeAssistant, yaml_config, entity_id, name) -> None:
500-
"""Test utility sensor state initializtion."""
500+
"""Test utility sensor state initialization."""
501501
assert await async_setup_component(hass, DOMAIN, yaml_config)
502502
await hass.async_block_till_done()
503503

tests/util/test_executor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def _loop_sleep_in_executor():
8585
iexecutor.shutdown()
8686
finish = time.monotonic()
8787

88-
# Idealy execution time (finish - start) should be < 1.2 sec.
88+
# Ideally execution time (finish - start) should be < 1.2 sec.
8989
# CI tests might not run in an ideal environment and timing might
9090
# not be accurate, so we let this test pass
9191
# if the duration is below 3 seconds.

0 commit comments

Comments
 (0)