Bump ruff to 0.15.0 (#162356)

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
This commit is contained in:
Thomas55555
2026-02-06 19:39:32 +01:00
committed by GitHub
parent 88d894212b
commit a53f876e09
6 changed files with 8 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.9.26,source=/uv,target=/bin/uv \
-r /usr/src/homeassistant/requirements.txt \
pipdeptree==2.26.1 \
tqdm==4.67.1 \
ruff==0.14.13
ruff==0.15.0
LABEL "name"="hassfest"
LABEL "maintainer"="Home Assistant <hello@home-assistant.io>"