Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
45aa6b90ab chore(deps): update pre-commit hook astral-sh/ruff-pre-commit (v0.15.6 → v0.15.7)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-19 21:37:57 +00:00
renovate[bot]
2cdcac2a65 chore(deps): update dependency go (1.25.5 → 1.26.1) (#313)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-19 08:46:29 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
[tools]
node = "24.14.0"
python = "3.14.3"
go = "1.25.5"
go = "1.26.1"

View File

@@ -76,7 +76,7 @@ repos:
- id: fish_indent
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.6
rev: v0.15.7
hooks:
- id: ruff-check
args: [--fix]