From 5a2bd73f65077adf69579ebf75badbd42f8d1281 Mon Sep 17 00:00:00 2001 From: Michael Platzer Date: Wed, 7 Jan 2026 11:15:32 +0100 Subject: [PATCH 1/2] fix: fix pre-commit hook --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6cfca422..7e4c077f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: name: Generate temporary license header file entry: | bash -c ' - HEADER_CONTENT="Copyright 2025 MOSTLY AI\n\ + HEADER_CONTENT="Copyright 2026 MOSTLY AI\n\ \n\ Licensed under the Apache License, Version 2.0 (the \"License\");\n\ you may not use this file except in compliance with the License.\n\ @@ -33,7 +33,7 @@ repos: # - --remove-header - --license-filepath - LICENSE_HEADER - - --use-current-year + # - --use-current-year - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: From db66c37db72fa721c950b71db287a79b223de432 Mon Sep 17 00:00:00 2001 From: Michael Platzer Date: Wed, 7 Jan 2026 11:18:24 +0100 Subject: [PATCH 2/2] fix --- .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 7e4c077f..52dd13fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: name: Generate temporary license header file entry: | bash -c ' - HEADER_CONTENT="Copyright 2026 MOSTLY AI\n\ + HEADER_CONTENT="Copyright 2025 MOSTLY AI\n\ \n\ Licensed under the Apache License, Version 2.0 (the \"License\");\n\ you may not use this file except in compliance with the License.\n\