Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pylint = "3.2.3"
pytest = "7.4.4"
pytest-asyncio = "0.23.7"
pytest-cov = "5.0.0"
ruff = "0.4.4"
ruff = "0.4.9"
safety = "3.2.3"
types-cachetools = "^5.3.0"
yamllint = "1.35.1"
Expand Down
2 changes: 1 addition & 1 deletion src/wled/wled.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ async def request(
max_tries=3,
logger=None,
)
async def update(self, *, full_update: bool = False) -> Device: # noqa: PLR0912
async def update(self, *, full_update: bool = False) -> Device:
"""Get all information about the device in a single call.

This method updates all WLED information available with a single API
Expand Down