This commit is contained in:
Anthony Sottile 2023-10-07 14:04:19 -04:00
parent ae9b59f2d4
commit c4a0b88311
4 changed files with 27 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: v4.4.0 # Use the ref you want to point at
rev: v4.5.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
# - id: ...