mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-07-28 17:46:49 +00:00
Compare commits
2 commits
0f8e53b6e2
...
d460343416
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d460343416 | ||
|
|
6155778d6b |
2 changed files with 3 additions and 3 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
python-version: "3.14"
|
python-version: "3.14"
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
|
uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1
|
||||||
with:
|
with:
|
||||||
version: "0.9.3"
|
version: "0.9.3"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Project/dev tooling – NO Home Assistant here
|
# Project/dev tooling – NO Home Assistant here
|
||||||
colorlog>=6.12.0,<6.13.0
|
colorlog>=6.11.0,<6.12.0
|
||||||
pre-commit>=4.6.1,<4.7.0
|
pre-commit>=4.6.1,<4.7.0
|
||||||
ruff>=0.16.0,<0.17.0
|
ruff>=0.15.22,<0.16.0
|
||||||
zlib_ng>=1.0.0,<1.1.0
|
zlib_ng>=1.0.0,<1.1.0
|
||||||
isal>=1.8.0,<1.9.0
|
isal>=1.8.0,<1.9.0
|
||||||
# Must match HA_VERSION in scripts/setup/bootstrap exactly (1:1 mapping)
|
# Must match HA_VERSION in scripts/setup/bootstrap exactly (1:1 mapping)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue