From 4725709bcc3e22a30bc6191ef4b8d4ccf80378e6 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 5 Jun 2025 16:20:37 +0200 Subject: [PATCH] Update copywrite repository reference in pre-commit config (#17) --- .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 8f3afaa..f2ab8cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: args: [ --fix ] # Run the formatter. - id: ruff-format - - repo: https://github.com/bhundven/copywrite # waiting for https://github.com/hashicorp/copywrite/pull/120 to be merged - rev: 937f17f09c46992447dfa8977bb96eda512588c4 + - repo: https://github.com/Paillat-dev/copywrite # waiting for https://github.com/hashicorp/copywrite/pull/120 to be merged + rev: 627dfedabfb34bc8c789da46cb355405fa00c0c5 hooks: - id: add-headers