This commit is contained in:
Anthony Sottile 2020-10-20 10:17:01 -07:00
parent 08d19018ce
commit 9136088a24
4 changed files with 20 additions and 3 deletions

View file

@ -15,7 +15,7 @@ Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0 # Use the ref you want to point at
rev: v3.3.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
# - id: ...