From 83b492a895fea2555b511dba414bb2e9a3a874a8 Mon Sep 17 00:00:00 2001 From: Paillat Date: Sun, 9 Mar 2025 10:05:29 +0100 Subject: [PATCH] fix(.pre-commit-config.yaml): fix hook id to match new name --- .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 c98686d..947abf2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - repo: https://github.com/hashicorp/copywrite rev: v0.15.0 # Use any release tag hooks: - - id: copywrite-headers + - id: add-headers - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 hooks: