From 6ff0a78460702de31ea97da23392fe5ee9a9a4da Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 25 Feb 2017 12:33:07 -0800 Subject: [PATCH] Change `sha` in readme to be a real value I noticed in our traffic on pre-commit/pre-commit that there were a lot of hits to [this issue](https://github.com/pre-commit/pre-commit/issues/366) presumably due to copy pasting from this readme. This should reduce frustration in that regard (we'll have to remember to update this whenever bumping the version). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b38ea9..031edfd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See also: https://github.com/pre-commit/pre-commit Add this to your `.pre-commit-config.yaml` - repo: git://github.com/pre-commit/pre-commit-hooks - sha: '' # Use the sha you want to point at + sha: v0.7.1 # Use the ref you want to point at hooks: - id: trailing-whitespace # - id: ...