From 18017bce64ece0131f6fe798058de2bc291d1eff Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 26 Feb 2024 16:37:43 +0100 Subject: [PATCH] =?UTF-8?q?ci(go):=20bump=20the=20pre-commit=20and=20add?= =?UTF-8?q?=20=E2=80=B9gofmt=E2=80=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej Focko --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b7c576..d8f533c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,12 +9,14 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/mfocko/pre-commit-hooks - rev: 1.0.0 + rev: 1.1.0 hooks: - id: rust-fmt files: \.rs$ - id: clang-format files: \.cpp$ + - id: gofmt + files: \.go$ - repo: https://github.com/commitizen-tools/commitizen rev: v3.15.0 hooks: