Refactor JSON structure in image metadata files for better readability and maintainability; updated weeknote configuration to enhance feed management and user details.

This commit is contained in:
Fundor333
2025-05-28 13:06:31 +02:00
parent eaee7c95f6
commit 00fc72ae23
317 changed files with 10059 additions and 674 deletions

View File

@@ -5,6 +5,13 @@ repos:
hooks:
- id: djade
args: [--target-version, "4.2"] # Replace with Django version
- repo: https://github.com/tillig/json-sort-cli
rev: v1.0.0 # Use a version tag or SHA commit hash
hooks:
- id: json-sort
args:
- --autofix
- repo: https://github.com/psf/black
rev: 25.1.0
hooks: