This commit is contained in:
Anthony Sottile 2019-05-16 09:58:18 -07:00
parent 24c5f07105
commit 0b70e285e3
4 changed files with 11 additions and 3 deletions

View file

@ -14,7 +14,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: v2.2.2 # Use the ref you want to point at
rev: v2.2.3 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
# - id: ...