Skip to content

Commit 2ec7aab

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#398)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <[email protected]>
1 parent e3943c0 commit 2ec7aab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v4.8.4
12+
rev: v4.9.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -38,7 +38,7 @@ repos:
3838
- id: pyupgrade
3939
args: [--py311-plus]
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.12.12
41+
rev: v0.13.0
4242
hooks:
4343
- id: ruff
4444
args: [--fix]

tests/test_strip_light.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def device_case(request):
3232

3333
@pytest.fixture
3434
def expected_effects(device_case):
35-
adv_info, dev_cls = device_case
35+
adv_info, _dev_cls = device_case
3636
EXPECTED = {
3737
SwitchbotModel.STRIP_LIGHT_3: ("christmas", "halloween", "sunset"),
3838
SwitchbotModel.FLOOR_LAMP: ("christmas", "halloween", "sunset"),

0 commit comments

Comments
 (0)