From 2eaa9a671f9e40c3cc785b248fbfd8035a802b87 Mon Sep 17 00:00:00 2001 From: Przemek Piotrowski Date: Thu, 13 Feb 2020 09:33:11 +0100 Subject: [PATCH] Reference valid repository with hooks The documentation should reference this repo as source of scala hooks --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index d4ee16d..65c16e8 100644 --- a/README.adoc +++ b/README.adoc @@ -36,7 +36,7 @@ To add one or more of the hooks into your repo: ..pre-commit-config.yaml ---- repos: -- repo: https://github.com/pre-commit/pre-commit-hooks +- repo: https://github.com/softwaremill/scala-pre-commit-hooks rev: {currentVersion} default_phase: push #change to commit if desired hooks: #mix and match any of the following: