Skip to content

Commit 2b55510

Browse files
kratz00Schluggi
authored andcommitted
Update ruff to version 0.12.7
Signed-off-by: Steffen Pankratz <[email protected]> Signed-off-by: Schluggi <[email protected]>
1 parent 3c89ae7 commit 2b55510

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: trailing-whitespace
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
2727
# Ruff version.
28-
rev: v0.12.5
28+
rev: v0.12.7
2929
hooks:
3030
# Run the linter.
3131
- id: ruff

poetry.lock

Lines changed: 20 additions & 20 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
@@ -20,7 +20,7 @@ packages = [{include = "ha_mqtt_discoverable"}]
2020
[tool.poetry.group.dev.dependencies]
2121
pytest = "^8.4.1"
2222
pre-commit = "^4.2.0"
23-
ruff = "^0.12.5"
23+
ruff = "^0.12.7"
2424

2525

2626
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)