Update pre-commit configuration and makefile for improved compatibility

This commit is contained in:
Fundor333
2025-08-27 13:34:31 +02:00
parent 9002e88ae0
commit 0494c3e6d3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
fail_fast: true
repos:
- repo: https://github.com/adamchainz/djade-pre-commit
rev: "1.4.0" # Replace with the latest tag on GitHub
rev: "1.5.0" # Replace with the latest tag on GitHub
hooks:
- id: djade
args: [--target-version, "4.2"] # Replace with Django version

View File

@@ -5,7 +5,7 @@ help: ## Show this help
install: ## Intall
@npm install
@hugo mod get -u
@uv install --no-root
@uv sync
@uv run pre-commit install
@uv run pre-commit autoupdate