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?