From 193646f0cc8c20f0d14fe6f3299715855fca9b71 Mon Sep 17 00:00:00 2001 From: Edwin Yllanes Date: Sat, 18 Jun 2022 04:31:05 -0500 Subject: [PATCH] Change git to https in pre-commit-hooks (#158) --- .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 52cea92..8f2c9cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - - repo: git://github.com/pre-commit/pre-commit-hooks + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.1.0 hooks: - id: check-json