Skip to content

Commit 72be2f1

Browse files
⬆️ Update dependency ruff to v0.4.9 (#1338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <[email protected]>
1 parent dbb18e1 commit 72be2f1

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pylint = "3.2.3"
5656
pytest = "7.4.4"
5757
pytest-asyncio = "0.23.7"
5858
pytest-cov = "5.0.0"
59-
ruff = "0.4.4"
59+
ruff = "0.4.9"
6060
safety = "3.2.3"
6161
types-cachetools = "^5.3.0"
6262
yamllint = "1.35.1"

src/wled/wled.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ async def request(
238238
max_tries=3,
239239
logger=None,
240240
)
241-
async def update(self, *, full_update: bool = False) -> Device: # noqa: PLR0912
241+
async def update(self, *, full_update: bool = False) -> Device:
242242
"""Get all information about the device in a single call.
243243
244244
This method updates all WLED information available with a single API

0 commit comments

Comments
 (0)