This commit is contained in:
Anthony Sottile 2020-12-15 13:46:40 -08:00
parent 234534dbc6
commit 6e2418c552
4 changed files with 15 additions and 7 deletions

View file

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