From 83279f4fbf57d4ff8b4e186432a90bd77d1ed56a Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 19 Sep 2023 13:18:01 -0700 Subject: [PATCH] Fix git links in pre-commit-config --- .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 df36188..05c775e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: check-merge-conflict - - repo: git://github.com/dnephin/pre-commit-golang + - repo: https://github.com/dnephin/pre-commit-golang rev: v0.3.5 hooks: - id: go-fmt