Skip to content

Commit 6ff0a78

Browse files
authored
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](pre-commit/pre-commit#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).
1 parent e626cd5 commit 6ff0a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See also: https://github.com/pre-commit/pre-commit
1515
Add this to your `.pre-commit-config.yaml`
1616

1717
- repo: git://github.com/pre-commit/pre-commit-hooks
18-
sha: '' # Use the sha you want to point at
18+
sha: v0.7.1 # Use the ref you want to point at
1919
hooks:
2020
- id: trailing-whitespace
2121
# - id: ...

0 commit comments

Comments
 (0)