Skip to content

Commit a163c09

Browse files
authored
Merge pull request #1028 from liudger/renovate/ruff-0.x
2 parents 7612864 + 8c87547 commit a163c09

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ dev = [
181181
"pytest-asyncio==1.0.0",
182182
"pytest-cov==6.1.1",
183183
"pyupgrade==3.19.1",
184-
"ruff==0.7.4",
184+
"ruff==0.11.13",
185185
"safety==3.5.1",
186186
"vulture==2.14",
187187
"yamllint==1.37.1",

src/bsblan/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
__all__ = [
1616
"BSBLAN",
17-
"BSBLANConfig",
1817
"BSBLANAuthError",
18+
"BSBLANConfig",
1919
"BSBLANConnectionError",
2020
"BSBLANError",
2121
"DHWTimeSwitchPrograms",
22-
"Info",
23-
"State",
2422
"Device",
23+
"HotWaterState",
24+
"Info",
2525
"Sensor",
26+
"State",
2627
"StaticState",
27-
"HotWaterState",
2828
]

uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)