This commit is contained in:
Anthony Sottile 2018-10-12 19:55:16 -07:00
parent dbf7de0031
commit e01bc2c2a1
4 changed files with 35 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: https://github.com/pre-commit/pre-commit-hooks
rev: v1.4.0 # Use the ref you want to point at
rev: v2.0.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
# - id: ...