Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.8.4
rev: v4.9.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -38,7 +38,7 @@ repos:
- id: pyupgrade
args: [--py311-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.12
rev: v0.13.0
hooks:
- id: ruff
args: [--fix]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_strip_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def device_case(request):

@pytest.fixture
def expected_effects(device_case):
adv_info, dev_cls = device_case
adv_info, _dev_cls = device_case
EXPECTED = {
SwitchbotModel.STRIP_LIGHT_3: ("christmas", "halloween", "sunset"),
SwitchbotModel.FLOOR_LAMP: ("christmas", "halloween", "sunset"),
Expand Down