Skip to content

Commit a11d931

Browse files
authored
Merge pull request #177 from pre-commit/asottile-patch-1
Change `sha` in readme to be a real value
2 parents e626cd5 + 6ff0a78 commit a11d931

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)