From 744d531d4d02db695717ff32ebcd4adea27d0711 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 8 Jul 2022 12:58:28 -0700 Subject: [PATCH] Change pre-commit url scheme --- .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 ad9d071..9b79e32 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