Upgrade python dependencies

This commit is contained in:
2026-05-14 11:57:47 +02:00
parent 899fc90821
commit 4a03ab91f5
3 changed files with 228 additions and 228 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.15.5
rev: v0.15.12
hooks:
- id: ruff-check # just check the code, and print the errors
- id: ruff-check # actually fix the fixable errors, but print nothing
@@ -14,7 +14,7 @@ repos:
- id: biome-check
additional_dependencies: ["@biomejs/biome@2.4.6"]
- repo: https://github.com/rtts/djhtml
rev: 3.0.10
rev: 3.0.11
hooks:
- id: djhtml
name: format templates