Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
40dee91f94 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-21 20:08:22 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -27,7 +27,7 @@ experimental = true
[tools] [tools]
# Language runtimes # Language runtimes
node = "lts" node = "lts"
python = "3.14.3" python = "3.13"
go = "1.26.1" go = "1.26.1"
rust = "stable" rust = "stable"