Commit 289213d 1 parent 8f21ce3 commit 289213d Copy full SHA for 289213d
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pytest==8.3.2
7
7
pytest-asyncio==0.24.0
8
8
pytest-cov==5.0.0
9
9
pytest-icdiff==0.9
10
- ruff==0.6.2
10
+ ruff==0.6.4
11
11
setuptools==74.1.2
12
12
tox==4.18.1
13
13
tox-gh-actions==3.2.0
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ def __init__(self) -> None:
159
159
160
160
async def receive (
161
161
self ,
162
- timeout : float | None = 3 , # noqa: ASYNC109
162
+ timeout : float | None = 3 ,
163
163
) -> AsyncGenerator [Telegram , None ]:
164
164
"""Receive telegrams from the broadcast context."""
165
165
try :
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ async def nm_individual_address_check(
80
80
81
81
async def nm_individual_address_read (
82
82
xknx : XKNX ,
83
- timeout : float | None = 3 , # noqa: ASYNC109
83
+ timeout : float | None = 3 ,
84
84
raise_if_multiple : bool = False ,
85
85
) -> list [IndividualAddress ]:
86
86
"""
@@ -185,7 +185,7 @@ async def nm_invididual_address_write(
185
185
async def nm_individual_address_serial_number_read (
186
186
xknx : XKNX ,
187
187
serial : bytes ,
188
- timeout : float = 3 , # noqa: ASYNC109
188
+ timeout : float = 3 ,
189
189
) -> IndividualAddress | None :
190
190
"""Read individual address from device with specified serial number."""
191
191
You can’t perform that action at this time.
0 commit comments