From 19a997a2db4cc38d60d1439c67225a5a0786817c Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 4 Apr 2025 07:25:37 +0200 Subject: [PATCH] chore: add comment for custom pre-commit hook --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de9880155..3dc08ee47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,8 @@ repos: - repo: local + # Keep json schema in sync with the config schema + # This will write the files - and fail pre-commit if a file has been changed. hooks: - id: Extract config json schema name: extract-config-json-schema