chore: add comment for custom pre-commit hook

This commit is contained in:
Matthias
2025-04-04 07:25:37 +02:00
parent eac440649b
commit 19a997a2db

View File

@@ -3,6 +3,8 @@
repos: repos:
- repo: local - 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: hooks:
- id: Extract config json schema - id: Extract config json schema
name: extract-config-json-schema name: extract-config-json-schema