Refactor JSON files for improved formatting and add pre-commit hook to Makefile

This commit is contained in:
Fundor333
2025-04-01 19:31:14 +02:00
committed by fundor333
parent 0f366ff178
commit e3f987ad8d
285 changed files with 14959 additions and 6828 deletions

View File

@@ -91,3 +91,6 @@ submodule: ## Get submodule for this repo
.PHONY: weekly
weekly: ## Weekly script
@weeknote -config weeknote-config.json
precommit: ## Run pre-commit hooks
@git add . & poetry run pre-commit run --all-files