Merge pull request #177 from pre-commit/asottile-patch-1

Change `sha` in readme to be a real value
This commit is contained in:
Anthony Sottile 2017-02-25 15:48:10 -05:00 committed by GitHub
commit a11d9314b2

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