From 07f7ef075426cf89b8d17b34d016b078c77d4006 Mon Sep 17 00:00:00 2001 From: Lorenzo Pezzotti Date: Thu, 2 Apr 2026 18:57:28 +0200 Subject: [PATCH] Do not check header license in xml files --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e05de0e..6706137 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,4 +36,4 @@ repos: "-o", "Key4hep-Project", "-n", "Key4hep", "-u", "https://key4hep.github.io/key4hep-doc/", - "-x", ".github/*", ".pre-commit-config.yaml", "README.md", "doc/ReleaseNotes.md", "-f"] + "-x", ".github/*", ".pre-commit-config.yaml", "README.md", "doc/ReleaseNotes.md", "*.xml", "-f"]