Skip to content

Commit df6ff44

Browse files
Bump flake8 from 7.1.2 to 7.2.0 (#1133)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
1 parent 1bb96bc commit df6ff44

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

aioesphomeapi/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,8 +1422,6 @@ def _on_voice_assistant_announcement_finished(
14221422
)
14231423

14241424
def unsub() -> None:
1425-
nonlocal start_task
1426-
14271425
if self._connection is not None:
14281426
for remove_callback in remove_callbacks:
14291427
remove_callback()

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pylint==3.3.6
22
ruff==0.11.2
3-
flake8==7.1.2
3+
flake8==7.2.0
44
isort==6.0.1
55
mypy==1.15.0
66
types-protobuf==5.29.1.20250403

0 commit comments

Comments
 (0)