Skip to content

Commit c7a1212

Browse files
Bump ruff from 0.14.7 to 0.14.8 (#1444)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@home-assistant.io>
1 parent 55306db commit c7a1212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: pyupgrade
1414
args: [--py311-plus]
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.7
16+
rev: v0.14.8
1717
hooks:
1818
- id: ruff
1919
args: [--fix]

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pylint==4.0.4
2-
ruff==0.14.7
2+
ruff==0.14.8
33
flake8==7.3.0
44
isort==7.0.0
55
mypy==1.19.0

0 commit comments

Comments
 (0)