This commit is contained in:
Anthony Sottile 2018-05-28 10:34:46 -07:00
parent e931230641
commit a6209d8d4f
4 changed files with 25 additions and 3 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.3 # Use the ref you want to point at
rev: v1.3.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
# - id: ...