Skip to content

Commit 269aefd

Browse files
authored
Bump ruff to 0.7.2 (#129669)
1 parent a6865f1 commit 269aefd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.7.1
3+
rev: v0.7.2
44
hooks:
55
- id: ruff
66
args:

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
22

33
codespell==2.3.0
4-
ruff==0.7.1
4+
ruff==0.7.2
55
yamllint==1.35.1

script/hassfest/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.4.28,source=/uv,target=/bin/uv \
2222
--no-cache \
2323
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
2424
-r /usr/src/homeassistant/requirements.txt \
25-
stdlib-list==0.10.0 pipdeptree==2.23.4 tqdm==4.66.5 ruff==0.7.1 \
25+
stdlib-list==0.10.0 pipdeptree==2.23.4 tqdm==4.66.5 ruff==0.7.2 \
2626
PyTurboJPEG==1.7.5 ha-ffmpeg==3.2.1 hassil==1.7.4 home-assistant-intents==2024.10.30 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
2727

2828
LABEL "name"="hassfest"

0 commit comments

Comments
 (0)