From a812646dd1cbcd7444db0bbe1c53e0d648fe8430 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Petersen" Date: Thu, 15 Sep 2022 16:32:50 -0400 Subject: [PATCH] Update pre-commit-config Co-authored-by: Ryan Richard Co-authored-by: Benjamin A. Petersen --- .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 09779a71..882b9eb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # On macOS, try `brew install pre-commit` and then run `pre-commit install`. exclude: '^(site|generated)/' repos: -- repo: git://github.com/pre-commit/pre-commit-hooks +- repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: # TODO: find a version of this to validate ytt templates?