From 4ff321933bbe38b858dc047fc600c31d029f9416 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 7 Apr 2022 10:15:27 -0700 Subject: [PATCH] Fix pre-commit url --- .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 7b0fea7..55e5985 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