This commit is contained in:
Anthony Sottile 2018-02-24 09:39:32 -08:00
parent 5d8d33adbd
commit 6c9a7e832a
2 changed files with 2 additions and 2 deletions

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: v1.2.1 # Use the ref you want to point at
sha: v1.2.1-1 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
# - id: ...