Skip to content

Commit 532c860

Browse files
authored
Bump ruff to 0.11.0 (home-assistant#140598)
1 parent 251bb30 commit 532c860

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
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.10.0
3+
rev: v0.11.0
44
hooks:
55
- id: ruff
66
args:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ exclude_lines = [
700700
]
701701

702702
[tool.ruff]
703-
required-version = ">=0.10.0"
703+
required-version = ">=0.11.0"
704704

705705
[tool.ruff.lint]
706706
select = [

requirements_test_pre_commit.txt

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/hassfest/docker/Dockerfile

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)