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