Minor update

This commit is contained in:
fundor333
2026-03-29 20:44:36 +02:00
parent db21f17d02
commit 85221652db
89 changed files with 195 additions and 1245 deletions

View File

@@ -1,12 +1,12 @@
fail_fast: true
repos:
- repo: https://github.com/adamchainz/djade-pre-commit
rev: "1.7.0" # Replace with the latest tag on GitHub
rev: "1.9.0" # Replace with the latest tag on GitHub
hooks:
- id: djade
args: [--target-version, "4.2"] # Replace with Django version
- repo: https://github.com/psf/black
rev: 26.1.0
rev: 26.3.1
hooks:
- id: black
language_version: python3.12