Skip to content

Commit b5f2f93

Browse files
authored
Bump ruff to 0.9.2 (#3743)
* Bump ruff to 0.9.2 * Add comment to ruff version specs
1 parent 79df871 commit b5f2f93

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
@@ -17,7 +17,7 @@ repos:
1717
- id: mypy
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.4
20+
rev: v0.9.4 # Keep this in sync with requirements_test.txt
2121
hooks:
2222
- id: ruff
2323
args: ["--fix", "--exit-non-zero-on-fix", "--config", "pyproject.toml"]

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pytest-timeout
1414
pytest-asyncio
1515
pytest>=7.1.3
1616
zigpy>=0.80.0
17-
ruff==0.0.261
17+
ruff==0.9.4 # Keep this in sync with .pre-commit-config.yaml

0 commit comments

Comments
 (0)