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).
This commit is contained in:
Anthony Sottile 2017-02-25 12:33:07 -08:00 committed by GitHub
parent e626cd5709
commit 6ff0a78460

View file

@ -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: ...